Html Css Color HEX #21B533 Lime Green

📋 copy color: '#21B533'

red 33 ◦ green 181 ◦ blue 51

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

Shades of Lime Green #21B533

Tints of Lime Green #21B533

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.3%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 12.45%
G = 68.3%
B = 19.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#21B533 (or 0x21B533) is known color: Lime Green. HEX triplet: 21, B5 and 33. RGB value is (33,181,51). Sum of RGB (Red+Green+Blue) = 33+181+51=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 181 (71.09% from 255 or 68.30% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 181 - color contains mainly: green. Hex color #21B533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B533 is #DE4ACC. Grayscale: #7A7A7A. Windows color (decimal): -14568141 or 3388705. OLE color: 3388705.

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

Color convert

RGB 33 181 51 -
CMYK 0.82 0 0.72 0.29
HSL 127.3º 0.69% 0.42% -
HSV(B) 127.3º 0.82% 0.71% -
XYZ 17.75 33.61 8.68 -
YUV 121.93 87.97 64.57 -
System Red Green Blue C M Y K H S L
Decimal 33 181 51 0.82 0 0.72 0.29 127.3 0.69 0.42
Hex 21 B5 33 52 0 48 1D 7F 45 2A
Octal 41 265 63 122 0 110 35 177 105 52
Binary 100001 10110101 110011 1010010 0 1001000 11101 1111111 1000101 101010

Color Harmonies of #21B533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B533

Black with #21B533

Text Example


Text Example

White with #21B533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,181,51); }

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

background-color css

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

 a { background-color: rgb(33,181,51); }

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

border-color css

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

 span { border-color: rgb(33,181,51); }

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