Html Css Color HEX #32BB35 Lime Green

📋 copy color: '#32BB35'

red 50 ◦ green 187 ◦ blue 53

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

Shades of Lime Green #32BB35

Tints of Lime Green #32BB35

RGB

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

 GREEN value IS 187 (73.44% from 255) = 64.48%

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 17.24%
G = 64.48%
B = 18.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#32BB35 (or 0x32BB35) is known color: Lime Green. HEX triplet: 32, BB and 35. RGB value is (50,187,53). Sum of RGB (Red+Green+Blue) = 50+187+53=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB35 is #CD44CA. Grayscale: #838383. Windows color (decimal): -13452491 or 3521330. OLE color: 3521330.

HSL color Cylindrical-coordinate representation of color #32BB35: hue angle of 121.31º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB35 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 187 53 -
CMYK 0.73 0 0.72 0.27
HSL 121.31º 0.58% 0.46% -
HSV(B) 121.31º 0.73% 0.73% -
XYZ 19.73 36.48 9.37 -
YUV 130.76 84.11 70.4 -
System Red Green Blue C M Y K H S L
Decimal 50 187 53 0.73 0 0.72 0.27 121.31 0.58 0.46
Hex 32 BB 35 49 0 48 1B 79 3A 2E
Octal 62 273 65 111 0 110 33 171 72 56
Binary 110010 10111011 110101 1001001 0 1001000 11011 1111001 111010 101110

Color Harmonies of #32BB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BB35

Black with #32BB35

Text Example


Text Example

White with #32BB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,187,53); }

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

background-color css

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

 a { background-color: rgb(50,187,53); }

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

border-color css

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

 span { border-color: rgb(50,187,53); }

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