Html Css Color HEX #21CB13 Lime Green

📋 copy color: '#21CB13'

red 33 ◦ green 203 ◦ blue 19

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

Shades of Lime Green #21CB13

Tints of Lime Green #21CB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 12.94%
G = 79.61%
B = 7.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#21CB13 (or 0x21CB13) is known color: Lime Green. HEX triplet: 21, CB and 13. RGB value is (33,203,19). Sum of RGB (Red+Green+Blue) = 33+203+19=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 203 (79.69% from 255 or 79.61% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CB13 is #DE34EC. Grayscale: #838383. Windows color (decimal): -14562541 or 1297185. OLE color: 1297185.

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

Color convert

RGB 33 203 19 -
CMYK 0.84 0 0.91 0.20
HSL 115.43º 0.83% 0.44% -
HSV(B) 115.43º 0.91% 0.8% -
XYZ 22.1 43.08 7.77 -
YUV 131.19 64.68 57.96 -
System Red Green Blue C M Y K H S L
Decimal 33 203 19 0.84 0 0.91 0.20 115.43 0.83 0.44
Hex 21 CB 13 54 0 5B 14 73 53 2C
Octal 41 313 23 124 0 133 24 163 123 54
Binary 100001 11001011 10011 1010100 0 1011011 10100 1110011 1010011 101100

Color Harmonies of #21CB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CB13

Black with #21CB13

Text Example


Text Example

White with #21CB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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