Html Css Color HEX #21E52E Lime Green

📋 copy color: '#21E52E'

red 33 ◦ green 229 ◦ blue 46

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

Shades of Lime Green #21E52E

Tints of Lime Green #21E52E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 74.35%

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 10.71%
G = 74.35%
B = 14.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#21E52E (or 0x21E52E) is known color: Lime Green. HEX triplet: 21, E5 and 2E. RGB value is (33,229,46). Sum of RGB (Red+Green+Blue) = 33+229+46=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 229 (89.84% from 255 or 74.35% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 229 - color contains mainly: green. Hex color #21E52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E52E is #DE1AD1. Grayscale: #969696. Windows color (decimal): -14555858 or 3073313. OLE color: 3073313.

HSL color Cylindrical-coordinate representation of color #21E52E: hue angle of 123.98º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E52E is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 229 46 -
CMYK 0.86 0 0.80 0.10
HSL 123.98º 0.79% 0.51% -
HSV(B) 123.98º 0.86% 0.9% -
XYZ 29.14 56.56 11.97 -
YUV 149.53 69.57 44.88 -
System Red Green Blue C M Y K H S L
Decimal 33 229 46 0.86 0 0.80 0.10 123.98 0.79 0.51
Hex 21 E5 2E 56 0 50 A 7C 4F 33
Octal 41 345 56 126 0 120 12 174 117 63
Binary 100001 11100101 101110 1010110 0 1010000 1010 1111100 1001111 110011

Color Harmonies of #21E52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E52E

Black with #21E52E

Text Example


Text Example

White with #21E52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,229,46); }

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

background-color css

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

 a { background-color: rgb(33,229,46); }

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

border-color css

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

 span { border-color: rgb(33,229,46); }

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