Html Css Color HEX #21B32A Lime Green

📋 copy color: '#21B32A'

red 33 ◦ green 179 ◦ blue 42

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

Shades of Lime Green #21B32A

Tints of Lime Green #21B32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 70.47%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 12.99%
G = 70.47%
B = 16.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#21B32A (or 0x21B32A) is known color: Lime Green. HEX triplet: 21, B3 and 2A. RGB value is (33,179,42). Sum of RGB (Red+Green+Blue) = 33+179+42=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 179 (70.31% from 255 or 70.47% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 179 - color contains mainly: green. Hex color #21B32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B32A is #DE4CD5. Grayscale: #787878. Windows color (decimal): -14568662 or 2798369. OLE color: 2798369.

HSL color Cylindrical-coordinate representation of color #21B32A: hue angle of 123.7º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B32A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 179 42 -
CMYK 0.82 0 0.77 0.30
HSL 123.7º 0.69% 0.42% -
HSV(B) 123.7º 0.82% 0.7% -
XYZ 17.17 32.73 7.6 -
YUV 119.73 84.13 66.14 -
System Red Green Blue C M Y K H S L
Decimal 33 179 42 0.82 0 0.77 0.30 123.7 0.69 0.42
Hex 21 B3 2A 52 0 4D 1E 7C 45 2A
Octal 41 263 52 122 0 115 36 174 105 52
Binary 100001 10110011 101010 1010010 0 1001101 11110 1111100 1000101 101010

Color Harmonies of #21B32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B32A

Black with #21B32A

Text Example


Text Example

White with #21B32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,179,42); }

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

background-color css

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

 a { background-color: rgb(33,179,42); }

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

border-color css

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

 span { border-color: rgb(33,179,42); }

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