Html Css Color HEX #2CD919 Lime Green

📋 copy color: '#2CD919'

red 44 ◦ green 217 ◦ blue 25

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

Shades of Lime Green #2CD919

Tints of Lime Green #2CD919

RGB

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

 GREEN value IS 217 (85.16% from 255) = 75.87%

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

R = 15.38%
G = 75.87%
B = 8.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#2CD919 (or 0x2CD919) is known color: Lime Green. HEX triplet: 2C, D9 and 19. RGB value is (44,217,25). Sum of RGB (Red+Green+Blue) = 44+217+25=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 217 (85.16% from 255 or 75.87% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD919 is #D326E6. Grayscale: #8F8F8F. Windows color (decimal): -13838055 or 1693996. OLE color: 1693996.

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

Color convert

RGB 44 217 25 -
CMYK 0.80 0 0.88 0.15
HSL 114.06º 0.79% 0.47% -
HSV(B) 114.06º 0.88% 0.85% -
XYZ 26.03 50.23 9.24 -
YUV 143.39 61.19 57.11 -
System Red Green Blue C M Y K H S L
Decimal 44 217 25 0.80 0 0.88 0.15 114.06 0.79 0.47
Hex 2C D9 19 50 0 58 F 72 4F 2F
Octal 54 331 31 120 0 130 17 162 117 57
Binary 101100 11011001 11001 1010000 0 1011000 1111 1110010 1001111 101111

Color Harmonies of #2CD919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD919

Black with #2CD919

Text Example


Text Example

White with #2CD919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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