Html Css Color HEX #21CF19 Lime Green

📋 copy color: '#21CF19'

red 33 ◦ green 207 ◦ blue 25

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

Shades of Lime Green #21CF19

Tints of Lime Green #21CF19

RGB

 RED value IS 33 (13.28% from 255) = 12.45%

 GREEN value IS 207 (81.25% from 255) = 78.11%

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

R = 12.45%
G = 78.11%
B = 9.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#21CF19 (or 0x21CF19) is known color: Lime Green. HEX triplet: 21, CF and 19. RGB value is (33,207,25). Sum of RGB (Red+Green+Blue) = 33+207+25=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 207 (81.25% from 255 or 78.11% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CF19 is #DE30E6. Grayscale: #868686. Windows color (decimal): -14561511 or 1691425. OLE color: 1691425.

HSL color Cylindrical-coordinate representation of color #21CF19: hue angle of 117.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21CF19 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 207 25 -
CMYK 0.84 0 0.88 0.19
HSL 117.36º 0.78% 0.45% -
HSV(B) 117.36º 0.88% 0.81% -
XYZ 23.12 45.02 8.39 -
YUV 134.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 33 207 25 0.84 0 0.88 0.19 117.36 0.78 0.45
Hex 21 CF 19 54 0 58 13 75 4E 2D
Octal 41 317 31 124 0 130 23 165 116 55
Binary 100001 11001111 11001 1010100 0 1011000 10011 1110101 1001110 101101

Color Harmonies of #21CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF19

Black with #21CF19

Text Example


Text Example

White with #21CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CF19; }

 p { color: rgb(33,207,25); }

 H1.HeaderClassName
 {
   color: #21CF19;
 }
 .AnyTagClassName
 {
   color: #21CF19;
 }
</style>

background-color css

<style>
 a { background-color: #21CF19; }

 a { background-color: rgb(33,207,25); }

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

border-color css

<style>
 span { border-color: #21CF19; }

 span { border-color: rgb(33,207,25); }

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