Html Css Color HEX #2DC43F Lime Green

📋 copy color: '#2DC43F'

red 45 ◦ green 196 ◦ blue 63

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

Shades of Lime Green #2DC43F

Tints of Lime Green #2DC43F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 64.47%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 14.8%
G = 64.47%
B = 20.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#2DC43F (or 0x2DC43F) is known color: Lime Green. HEX triplet: 2D, C4 and 3F. RGB value is (45,196,63). Sum of RGB (Red+Green+Blue) = 45+196+63=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC43F is #D23BC0. Grayscale: #888888. Windows color (decimal): -13777857 or 4178989. OLE color: 4178989.

HSL color Cylindrical-coordinate representation of color #2DC43F: hue angle of 127.15º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC43F is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 196 63 -
CMYK 0.77 0 0.68 0.23
HSL 127.15º 0.63% 0.47% -
HSV(B) 127.15º 0.77% 0.77% -
XYZ 21.72 40.4 11.36 -
YUV 135.69 86.97 63.31 -
System Red Green Blue C M Y K H S L
Decimal 45 196 63 0.77 0 0.68 0.23 127.15 0.63 0.47
Hex 2D C4 3F 4D 0 44 17 7F 3F 2F
Octal 55 304 77 115 0 104 27 177 77 57
Binary 101101 11000100 111111 1001101 0 1000100 10111 1111111 111111 101111

Color Harmonies of #2DC43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC43F

Black with #2DC43F

Text Example


Text Example

White with #2DC43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,196,63); }

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

background-color css

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

 a { background-color: rgb(45,196,63); }

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

border-color css

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

 span { border-color: rgb(45,196,63); }

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