Html Css Color HEX #32BF22 Lime Green

📋 copy color: '#32BF22'

red 50 ◦ green 191 ◦ blue 34

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

Shades of Lime Green #32BF22

Tints of Lime Green #32BF22

RGB

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

 GREEN value IS 191 (75% from 255) = 69.45%

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 18.18%
G = 69.45%
B = 12.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#32BF22 (or 0x32BF22) is known color: Lime Green. HEX triplet: 32, BF and 22. RGB value is (50,191,34). Sum of RGB (Red+Green+Blue) = 50+191+34=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BF22 is #CD40DD. Grayscale: #838383. Windows color (decimal): -13451486 or 2277170. OLE color: 2277170.

HSL color Cylindrical-coordinate representation of color #32BF22: hue angle of 113.89º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32BF22 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 191 34 -
CMYK 0.74 0 0.82 0.25
HSL 113.89º 0.7% 0.44% -
HSV(B) 113.89º 0.82% 0.75% -
XYZ 20.23 38.06 7.79 -
YUV 130.94 73.29 70.27 -
System Red Green Blue C M Y K H S L
Decimal 50 191 34 0.74 0 0.82 0.25 113.89 0.7 0.44
Hex 32 BF 22 4A 0 52 19 72 46 2C
Octal 62 277 42 112 0 122 31 162 106 54
Binary 110010 10111111 100010 1001010 0 1010010 11001 1110010 1000110 101100

Color Harmonies of #32BF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF22

Black with #32BF22

Text Example


Text Example

White with #32BF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,191,34); }

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

background-color css

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

 a { background-color: rgb(50,191,34); }

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

border-color css

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

 span { border-color: rgb(50,191,34); }

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