Html Css Color HEX #21E11F Lime Green

📋 copy color: '#21E11F'

red 33 ◦ green 225 ◦ blue 31

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

Shades of Lime Green #21E11F

Tints of Lime Green #21E11F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 77.85%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 11.42%
G = 77.85%
B = 10.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#21E11F (or 0x21E11F) is known color: Lime Green. HEX triplet: 21, E1 and 1F. RGB value is (33,225,31). Sum of RGB (Red+Green+Blue) = 33+225+31=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 225 (88.28% from 255 or 77.85% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 225 - color contains mainly: green. Hex color #21E11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E11F is #DE1EE0. Grayscale: #929292. Windows color (decimal): -14556897 or 2089249. OLE color: 2089249.

HSL color Cylindrical-coordinate representation of color #21E11F: hue angle of 119.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E11F is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 225 31 -
CMYK 0.85 0 0.86 0.12
HSL 119.38º 0.76% 0.5% -
HSV(B) 119.38º 0.86% 0.88% -
XYZ 27.8 54.27 10.31 -
YUV 145.48 63.39 47.77 -
System Red Green Blue C M Y K H S L
Decimal 33 225 31 0.85 0 0.86 0.12 119.38 0.76 0.5
Hex 21 E1 1F 55 0 56 C 77 4C 32
Octal 41 341 37 125 0 126 14 167 114 62
Binary 100001 11100001 11111 1010101 0 1010110 1100 1110111 1001100 110010

Color Harmonies of #21E11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E11F

Black with #21E11F

Text Example


Text Example

White with #21E11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,225,31); }

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

background-color css

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

 a { background-color: rgb(33,225,31); }

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

border-color css

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

 span { border-color: rgb(33,225,31); }

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