Html Css Color HEX #21C02B Lime Green

📋 copy color: '#21C02B'

red 33 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #21C02B

Tints of Lime Green #21C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.64%

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 12.31%
G = 71.64%
B = 16.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#21C02B (or 0x21C02B) is known color: Lime Green. HEX triplet: 21, C0 and 2B. RGB value is (33,192,43). Sum of RGB (Red+Green+Blue) = 33+192+43=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #21C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C02B is #DE3FD4. Grayscale: #7F7F7F. Windows color (decimal): -14565333 or 2867233. OLE color: 2867233.

HSL color Cylindrical-coordinate representation of color #21C02B: hue angle of 123.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C02B is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 192 43 -
CMYK 0.83 0 0.78 0.25
HSL 123.77º 0.71% 0.44% -
HSV(B) 123.77º 0.83% 0.75% -
XYZ 19.91 38.2 8.61 -
YUV 127.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 33 192 43 0.83 0 0.78 0.25 123.77 0.71 0.44
Hex 21 C0 2B 53 0 4E 19 7C 47 2C
Octal 41 300 53 123 0 116 31 174 107 54
Binary 100001 11000000 101011 1010011 0 1001110 11001 1111100 1000111 101100

Color Harmonies of #21C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C02B

Black with #21C02B

Text Example


Text Example

White with #21C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,192,43); }

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

background-color css

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

 a { background-color: rgb(33,192,43); }

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

border-color css

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

 span { border-color: rgb(33,192,43); }

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