Html Css Color HEX #32BE32 Lime Green

📋 copy color: '#32BE32'

red 50 ◦ green 190 ◦ blue 50

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

Shades of Lime Green #32BE32

Tints of Lime Green #32BE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 65.52%

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

R = 17.24%
G = 65.52%
B = 17.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#32BE32 (or 0x32BE32) is known color: Lime Green. HEX triplet: 32, BE and 32. RGB value is (50,190,50). Sum of RGB (Red+Green+Blue) = 50+190+50=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 190 (74.61% from 255 or 65.52% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE32 is #CD41CD. Grayscale: #848484. Windows color (decimal): -13451726 or 3325490. OLE color: 3325490.

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

Color convert

RGB 50 190 50 -
CMYK 0.74 0 0.74 0.25
HSL 120º 0.58% 0.47% -
HSV(B) 120º 0.74% 0.75% -
XYZ 20.3 37.74 9.23 -
YUV 132.18 81.62 69.38 -
System Red Green Blue C M Y K H S L
Decimal 50 190 50 0.74 0 0.74 0.25 120 0.58 0.47
Hex 32 BE 32 4A 0 4A 19 78 3A 2F
Octal 62 276 62 112 0 112 31 170 72 57
Binary 110010 10111110 110010 1001010 0 1001010 11001 1111000 111010 101111

Color Harmonies of #32BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE32

Black with #32BE32

Text Example


Text Example

White with #32BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,190,50); }

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

background-color css

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

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

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

border-color css

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

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

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