Html Css Color HEX #21E025 Lime Green

📋 copy color: '#21E025'

red 33 ◦ green 224 ◦ blue 37

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

Shades of Lime Green #21E025

Tints of Lime Green #21E025

RGB

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

 GREEN value IS 224 (87.89% from 255) = 76.19%

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 11.22%
G = 76.19%
B = 12.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#21E025 (or 0x21E025) is known color: Lime Green. HEX triplet: 21, E0 and 25. RGB value is (33,224,37). Sum of RGB (Red+Green+Blue) = 33+224+37=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #21E025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E025 is #DE1FDA. Grayscale: #929292. Windows color (decimal): -14557147 or 2482209. OLE color: 2482209.

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

Color convert

RGB 33 224 37 -
CMYK 0.85 0 0.83 0.12
HSL 121.26º 0.75% 0.5% -
HSV(B) 121.26º 0.85% 0.88% -
XYZ 27.62 53.77 10.67 -
YUV 145.57 66.72 47.71 -
System Red Green Blue C M Y K H S L
Decimal 33 224 37 0.85 0 0.83 0.12 121.26 0.75 0.5
Hex 21 E0 25 55 0 53 C 79 4B 32
Octal 41 340 45 125 0 123 14 171 113 62
Binary 100001 11100000 100101 1010101 0 1010011 1100 1111001 1001011 110010

Color Harmonies of #21E025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E025

Black with #21E025

Text Example


Text Example

White with #21E025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,224,37); }

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

background-color css

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

 a { background-color: rgb(33,224,37); }

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

border-color css

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

 span { border-color: rgb(33,224,37); }

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