Html Css Color HEX #21B60E Lime Green

📋 copy color: '#21B60E'

red 33 ◦ green 182 ◦ blue 14

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

Shades of Lime Green #21B60E

Tints of Lime Green #21B60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 79.48%

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 14.41%
G = 79.48%
B = 6.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#21B60E (or 0x21B60E) is known color: Lime Green. HEX triplet: 21, B6 and 0E. RGB value is (33,182,14). Sum of RGB (Red+Green+Blue) = 33+182+14=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 182 (71.48% from 255 or 79.48% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 182 - color contains mainly: green. Hex color #21B60E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B60E is #DE49F1. Grayscale: #767676. Windows color (decimal): -14567922 or 964129. OLE color: 964129.

HSL color Cylindrical-coordinate representation of color #21B60E: hue angle of 113.21º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21B60E is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 182 14 -
CMYK 0.82 0 0.92 0.29
HSL 113.21º 0.86% 0.38% -
HSV(B) 113.21º 0.92% 0.71% -
XYZ 17.43 33.81 6.02 -
YUV 118.3 69.14 67.16 -
System Red Green Blue C M Y K H S L
Decimal 33 182 14 0.82 0 0.92 0.29 113.21 0.86 0.38
Hex 21 B6 E 52 0 5C 1D 71 56 26
Octal 41 266 16 122 0 134 35 161 126 46
Binary 100001 10110110 1110 1010010 0 1011100 11101 1110001 1010110 100110

Color Harmonies of #21B60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B60E

Black with #21B60E

Text Example


Text Example

White with #21B60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,182,14); }

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

background-color css

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

 a { background-color: rgb(33,182,14); }

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

border-color css

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

 span { border-color: rgb(33,182,14); }

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