Html Css Color HEX #21B934 Lime Green

📋 copy color: '#21B934'

red 33 ◦ green 185 ◦ blue 52

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

Shades of Lime Green #21B934

Tints of Lime Green #21B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 68.52%

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 12.22%
G = 68.52%
B = 19.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#21B934 (or 0x21B934) is known color: Lime Green. HEX triplet: 21, B9 and 34. RGB value is (33,185,52). Sum of RGB (Red+Green+Blue) = 33+185+52=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 185 (72.66% from 255 or 68.52% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 185 - color contains mainly: green. Hex color #21B934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B934 is #DE46CB. Grayscale: #7C7C7C. Windows color (decimal): -14567116 or 3455265. OLE color: 3455265.

HSL color Cylindrical-coordinate representation of color #21B934: hue angle of 127.5º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B934 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 185 52 -
CMYK 0.82 0 0.72 0.27
HSL 127.5º 0.7% 0.43% -
HSV(B) 127.5º 0.82% 0.73% -
XYZ 18.6 35.27 9.08 -
YUV 124.39 87.14 62.81 -
System Red Green Blue C M Y K H S L
Decimal 33 185 52 0.82 0 0.72 0.27 127.5 0.7 0.43
Hex 21 B9 34 52 0 48 1B 80 46 2B
Octal 41 271 64 122 0 110 33 200 106 53
Binary 100001 10111001 110100 1010010 0 1001000 11011 10000000 1000110 101011

Color Harmonies of #21B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B934

Black with #21B934

Text Example


Text Example

White with #21B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,185,52); }

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

background-color css

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

 a { background-color: rgb(33,185,52); }

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

border-color css

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

 span { border-color: rgb(33,185,52); }

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