Html Css Color HEX #2CDA19 Lime Green

📋 copy color: '#2CDA19'

red 44 ◦ green 218 ◦ blue 25

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

Shades of Lime Green #2CDA19

Tints of Lime Green #2CDA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.71%

R = 15.33%
G = 75.96%
B = 8.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#2CDA19 (or 0x2CDA19) is known color: Lime Green. HEX triplet: 2C, DA and 19. RGB value is (44,218,25). Sum of RGB (Red+Green+Blue) = 44+218+25=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDA19 is #D325E6. Grayscale: #909090. Windows color (decimal): -13837799 or 1694252. OLE color: 1694252.

HSL color Cylindrical-coordinate representation of color #2CDA19: hue angle of 114.09º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CDA19 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 218 25 -
CMYK 0.80 0 0.89 0.15
HSL 114.09º 0.79% 0.48% -
HSV(B) 114.09º 0.89% 0.85% -
XYZ 26.29 50.75 9.33 -
YUV 143.97 60.85 56.69 -
System Red Green Blue C M Y K H S L
Decimal 44 218 25 0.80 0 0.89 0.15 114.09 0.79 0.48
Hex 2C DA 19 50 0 59 F 72 4F 30
Octal 54 332 31 120 0 131 17 162 117 60
Binary 101100 11011010 11001 1010000 0 1011001 1111 1110010 1001111 110000

Color Harmonies of #2CDA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDA19

Black with #2CDA19

Text Example


Text Example

White with #2CDA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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