Html Css Color HEX #21E13B Lime Green

📋 copy color: '#21E13B'

red 33 ◦ green 225 ◦ blue 59

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

Shades of Lime Green #21E13B

Tints of Lime Green #21E13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 10.41%
G = 70.98%
B = 18.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#21E13B (or 0x21E13B) is known color: Lime Green. HEX triplet: 21, E1 and 3B. RGB value is (33,225,59). Sum of RGB (Red+Green+Blue) = 33+225+59=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 225 (88.28% from 255 or 70.98% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 225 - color contains mainly: green. Hex color #21E13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E13B is #DE1EC4. Grayscale: #959595. Windows color (decimal): -14556869 or 3924257. OLE color: 3924257.

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

Color convert

RGB 33 225 59 -
CMYK 0.85 0 0.74 0.12
HSL 128.13º 0.76% 0.51% -
HSV(B) 128.13º 0.85% 0.88% -
XYZ 28.34 54.49 13.16 -
YUV 148.67 77.39 45.5 -
System Red Green Blue C M Y K H S L
Decimal 33 225 59 0.85 0 0.74 0.12 128.13 0.76 0.51
Hex 21 E1 3B 55 0 4A C 80 4C 33
Octal 41 341 73 125 0 112 14 200 114 63
Binary 100001 11100001 111011 1010101 0 1001010 1100 10000000 1001100 110011

Color Harmonies of #21E13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E13B

Black with #21E13B

Text Example


Text Example

White with #21E13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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