Html Css Color HEX #21E629 Lime Green

📋 copy color: '#21E629'

red 33 ◦ green 230 ◦ blue 41

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

Shades of Lime Green #21E629

Tints of Lime Green #21E629

RGB

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

 GREEN value IS 230 (90.23% from 255) = 75.66%

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 10.86%
G = 75.66%
B = 13.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#21E629 (or 0x21E629) is known color: Lime Green. HEX triplet: 21, E6 and 29. RGB value is (33,230,41). Sum of RGB (Red+Green+Blue) = 33+230+41=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 230 (90.23% from 255 or 75.66% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 230 - color contains mainly: green. Hex color #21E629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E629 is #DE19D6. Grayscale: #969696. Windows color (decimal): -14555607 or 2745889. OLE color: 2745889.

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

Color convert

RGB 33 230 41 -
CMYK 0.86 0 0.82 0.10
HSL 122.44º 0.8% 0.52% -
HSV(B) 122.44º 0.86% 0.9% -
XYZ 29.32 57.08 11.57 -
YUV 149.55 66.73 44.87 -
System Red Green Blue C M Y K H S L
Decimal 33 230 41 0.86 0 0.82 0.10 122.44 0.8 0.52
Hex 21 E6 29 56 0 52 A 7A 50 34
Octal 41 346 51 126 0 122 12 172 120 64
Binary 100001 11100110 101001 1010110 0 1010010 1010 1111010 1010000 110100

Color Harmonies of #21E629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E629

Black with #21E629

Text Example


Text Example

White with #21E629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,230,41); }

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

background-color css

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

 a { background-color: rgb(33,230,41); }

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

border-color css

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

 span { border-color: rgb(33,230,41); }

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