Html Css Color HEX #32BB3E Lime Green

📋 copy color: '#32BB3E'

red 50 ◦ green 187 ◦ blue 62

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

Shades of Lime Green #32BB3E

Tints of Lime Green #32BB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 16.72%
G = 62.54%
B = 20.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#32BB3E (or 0x32BB3E) is known color: Lime Green. HEX triplet: 32, BB and 3E. RGB value is (50,187,62). Sum of RGB (Red+Green+Blue) = 50+187+62=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB3E is #CD44C1. Grayscale: #848484. Windows color (decimal): -13452482 or 4111154. OLE color: 4111154.

HSL color Cylindrical-coordinate representation of color #32BB3E: hue angle of 125.26º 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 #32BB3E is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 187 62 -
CMYK 0.73 0 0.67 0.27
HSL 125.26º 0.58% 0.46% -
HSV(B) 125.26º 0.73% 0.73% -
XYZ 19.96 36.57 10.56 -
YUV 131.79 88.61 69.66 -
System Red Green Blue C M Y K H S L
Decimal 50 187 62 0.73 0 0.67 0.27 125.26 0.58 0.46
Hex 32 BB 3E 49 0 43 1B 7D 3A 2E
Octal 62 273 76 111 0 103 33 175 72 56
Binary 110010 10111011 111110 1001001 0 1000011 11011 1111101 111010 101110

Color Harmonies of #32BB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BB3E

Black with #32BB3E

Text Example


Text Example

White with #32BB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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