Html Css Color HEX #32D22B Lime Green

📋 copy color: '#32D22B'

red 50 ◦ green 210 ◦ blue 43

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

Shades of Lime Green #32D22B

Tints of Lime Green #32D22B

RGB

 RED value IS 50 (19.92% from 255) = 16.5%

 GREEN value IS 210 (82.42% from 255) = 69.31%

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 16.5%
G = 69.31%
B = 14.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#32D22B (or 0x32D22B) is known color: Lime Green. HEX triplet: 32, D2 and 2B. RGB value is (50,210,43). Sum of RGB (Red+Green+Blue) = 50+210+43=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 210 (82.42% from 255 or 69.31% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 210 - color contains mainly: green. Hex color #32D22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D22B is #CD2DD4. Grayscale: #8F8F8F. Windows color (decimal): -13446613 or 2871858. OLE color: 2871858.

HSL color Cylindrical-coordinate representation of color #32D22B: hue angle of 117.49º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D22B is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 210 43 -
CMYK 0.76 0 0.80 0.18
HSL 117.49º 0.66% 0.5% -
HSV(B) 117.49º 0.8% 0.82% -
XYZ 24.8 46.95 10.04 -
YUV 143.12 71.49 61.58 -
System Red Green Blue C M Y K H S L
Decimal 50 210 43 0.76 0 0.80 0.18 117.49 0.66 0.5
Hex 32 D2 2B 4C 0 50 12 75 42 32
Octal 62 322 53 114 0 120 22 165 102 62
Binary 110010 11010010 101011 1001100 0 1010000 10010 1110101 1000010 110010

Color Harmonies of #32D22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D22B

Black with #32D22B

Text Example


Text Example

White with #32D22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32D22B; }

 p { color: rgb(50,210,43); }

 H1.HeaderClassName
 {
   color: #32D22B;
 }
 .AnyTagClassName
 {
   color: #32D22B;
 }
</style>

background-color css

<style>
 a { background-color: #32D22B; }

 a { background-color: rgb(50,210,43); }

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

border-color css

<style>
 span { border-color: #32D22B; }

 span { border-color: rgb(50,210,43); }

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