Html Css Color HEX #21C026 Lime Green

📋 copy color: '#21C026'

red 33 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #21C026

Tints of Lime Green #21C026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 12.55%
G = 73%
B = 14.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#21C026 (or 0x21C026) is known color: Lime Green. HEX triplet: 21, C0 and 26. RGB value is (33,192,38). Sum of RGB (Red+Green+Blue) = 33+192+38=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #21C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C026 is #DE3FD9. Grayscale: #7F7F7F. Windows color (decimal): -14565338 or 2539553. OLE color: 2539553.

HSL color Cylindrical-coordinate representation of color #21C026: hue angle of 121.89º 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 #21C026 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 192 38 -
CMYK 0.83 0 0.80 0.25
HSL 121.89º 0.71% 0.44% -
HSV(B) 121.89º 0.83% 0.75% -
XYZ 19.83 38.16 8.15 -
YUV 126.9 77.82 61.02 -
System Red Green Blue C M Y K H S L
Decimal 33 192 38 0.83 0 0.80 0.25 121.89 0.71 0.44
Hex 21 C0 26 53 0 50 19 7A 47 2C
Octal 41 300 46 123 0 120 31 172 107 54
Binary 100001 11000000 100110 1010011 0 1010000 11001 1111010 1000111 101100

Color Harmonies of #21C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C026

Black with #21C026

Text Example


Text Example

White with #21C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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