Html Css Color HEX #21CB19 Lime Green

📋 copy color: '#21CB19'

red 33 ◦ green 203 ◦ blue 25

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

Shades of Lime Green #21CB19

Tints of Lime Green #21CB19

RGB

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

 GREEN value IS 203 (79.69% from 255) = 77.78%

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

R = 12.64%
G = 77.78%
B = 9.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#21CB19 (or 0x21CB19) is known color: Lime Green. HEX triplet: 21, CB and 19. RGB value is (33,203,25). Sum of RGB (Red+Green+Blue) = 33+203+25=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 203 (79.69% from 255 or 77.78% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CB19 is #DE34E6. Grayscale: #848484. Windows color (decimal): -14562535 or 1690401. OLE color: 1690401.

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

Color convert

RGB 33 203 25 -
CMYK 0.84 0 0.88 0.20
HSL 117.3º 0.78% 0.45% -
HSV(B) 117.3º 0.88% 0.8% -
XYZ 22.16 43.11 8.07 -
YUV 131.88 67.68 57.47 -
System Red Green Blue C M Y K H S L
Decimal 33 203 25 0.84 0 0.88 0.20 117.3 0.78 0.45
Hex 21 CB 19 54 0 58 14 75 4E 2D
Octal 41 313 31 124 0 130 24 165 116 55
Binary 100001 11001011 11001 1010100 0 1011000 10100 1110101 1001110 101101

Color Harmonies of #21CB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CB19

Black with #21CB19

Text Example


Text Example

White with #21CB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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