Html Css Color HEX #21C01B Lime Green

📋 copy color: '#21C01B'

red 33 ◦ green 192 ◦ blue 27

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

Shades of Lime Green #21C01B

Tints of Lime Green #21C01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 13.1%
G = 76.19%
B = 10.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#21C01B (or 0x21C01B) is known color: Lime Green. HEX triplet: 21, C0 and 1B. RGB value is (33,192,27). Sum of RGB (Red+Green+Blue) = 33+192+27=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #21C01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C01B is #DE3FE4. Grayscale: #7E7E7E. Windows color (decimal): -14565349 or 1818657. OLE color: 1818657.

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

Color convert

RGB 33 192 27 -
CMYK 0.83 0 0.86 0.25
HSL 117.82º 0.75% 0.43% -
HSV(B) 117.82º 0.86% 0.75% -
XYZ 19.67 38.1 7.35 -
YUV 125.65 72.32 61.92 -
System Red Green Blue C M Y K H S L
Decimal 33 192 27 0.83 0 0.86 0.25 117.82 0.75 0.43
Hex 21 C0 1B 53 0 56 19 76 4B 2B
Octal 41 300 33 123 0 126 31 166 113 53
Binary 100001 11000000 11011 1010011 0 1010110 11001 1110110 1001011 101011

Color Harmonies of #21C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C01B

Black with #21C01B

Text Example


Text Example

White with #21C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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