Html Css Color HEX #2DC340 Lime Green

📋 copy color: '#2DC340'

red 45 ◦ green 195 ◦ blue 64

#2DC340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2DC340

Tints of Lime Green #2DC340

RGB

 RED value IS 45 (17.97% from 255) = 14.8%

 GREEN value IS 195 (76.56% from 255) = 64.14%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 14.8%
G = 64.14%
B = 21.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2DC340 (or 0x2DC340) is known color: Lime Green. HEX triplet: 2D, C3 and 40. RGB value is (45,195,64). Sum of RGB (Red+Green+Blue) = 45+195+64=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC340 is #D23CBF. Grayscale: #878787. Windows color (decimal): -13778112 or 4244269. OLE color: 4244269.

HSL color Cylindrical-coordinate representation of color #2DC340: hue angle of 127.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC340 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 64 -
CMYK 0.77 0 0.67 0.24
HSL 127.6º 0.63% 0.47% -
HSV(B) 127.6º 0.77% 0.76% -
XYZ 21.52 39.96 11.43 -
YUV 135.22 87.81 63.65 -
System Red Green Blue C M Y K H S L
Decimal 45 195 64 0.77 0 0.67 0.24 127.6 0.63 0.47
Hex 2D C3 40 4D 0 43 18 80 3E 2F
Octal 55 303 100 115 0 103 30 200 76 57
Binary 101101 11000011 1000000 1001101 0 1000011 11000 10000000 111110 101111

Color Harmonies of #2DC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC340

Black with #2DC340

Text Example


Text Example

White with #2DC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DC340; }

 p { color: rgb(45,195,64); }

 H1.HeaderClassName
 {
   color: #2DC340;
 }
 .AnyTagClassName
 {
   color: #2DC340;
 }
</style>

background-color css

<style>
 a { background-color: #2DC340; }

 a { background-color: rgb(45,195,64); }

 div.DivClassName
 {
   background-color: #2DC340;
 }
 .BgClassName
 {
   background-color: #2DC340;
 }
</style>

border-color css

<style>
 span { border-color: #2DC340; }

 span { border-color: rgb(45,195,64); }

 td.TdClassName
 {
   border-color: #2DC340;
 }
 .TagClassName
 {
   border-color: #2DC340;
 }
</style>