Html Css Color HEX #2CDA2F Lime Green

📋 copy color: '#2CDA2F'

red 44 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #2CDA2F

Tints of Lime Green #2CDA2F

RGB

 RED value IS 44 (17.58% from 255) = 14.24%

 GREEN value IS 218 (85.55% from 255) = 70.55%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 14.24%
G = 70.55%
B = 15.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#2CDA2F (or 0x2CDA2F) is known color: Lime Green. HEX triplet: 2C, DA and 2F. RGB value is (44,218,47). Sum of RGB (Red+Green+Blue) = 44+218+47=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDA2F is #D325D0. Grayscale: #929292. Windows color (decimal): -13837777 or 3136044. OLE color: 3136044.

HSL color Cylindrical-coordinate representation of color #2CDA2F: hue angle of 121.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDA2F is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 218 47 -
CMYK 0.80 0 0.78 0.15
HSL 121.03º 0.7% 0.51% -
HSV(B) 121.03º 0.8% 0.85% -
XYZ 26.62 50.88 11.11 -
YUV 146.48 71.85 54.9 -
System Red Green Blue C M Y K H S L
Decimal 44 218 47 0.80 0 0.78 0.15 121.03 0.7 0.51
Hex 2C DA 2F 50 0 4E F 79 46 33
Octal 54 332 57 120 0 116 17 171 106 63
Binary 101100 11011010 101111 1010000 0 1001110 1111 1111001 1000110 110011

Color Harmonies of #2CDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDA2F

Black with #2CDA2F

Text Example


Text Example

White with #2CDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,218,47); }

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

background-color css

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

 a { background-color: rgb(44,218,47); }

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

border-color css

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

 span { border-color: rgb(44,218,47); }

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