Html Css Color HEX #32BC3E Lime Green

📋 copy color: '#32BC3E'

red 50 ◦ green 188 ◦ blue 62

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

Shades of Lime Green #32BC3E

Tints of Lime Green #32BC3E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.67%

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

R = 16.67%
G = 62.67%
B = 20.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#32BC3E (or 0x32BC3E) is known color: Lime Green. HEX triplet: 32, BC and 3E. RGB value is (50,188,62). Sum of RGB (Red+Green+Blue) = 50+188+62=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC3E is #CD43C1. Grayscale: #848484. Windows color (decimal): -13452226 or 4111410. OLE color: 4111410.

HSL color Cylindrical-coordinate representation of color #32BC3E: hue angle of 125.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC3E is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 62 -
CMYK 0.73 0 0.67 0.26
HSL 125.22º 0.58% 0.47% -
HSV(B) 125.22º 0.73% 0.74% -
XYZ 20.17 36.99 10.63 -
YUV 132.37 88.28 69.25 -
System Red Green Blue C M Y K H S L
Decimal 50 188 62 0.73 0 0.67 0.26 125.22 0.58 0.47
Hex 32 BC 3E 49 0 43 1A 7D 3A 2F
Octal 62 274 76 111 0 103 32 175 72 57
Binary 110010 10111100 111110 1001001 0 1000011 11010 1111101 111010 101111

Color Harmonies of #32BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC3E

Black with #32BC3E

Text Example


Text Example

White with #32BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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