Html Css Color HEX #32CE40 Lime Green

📋 copy color: '#32CE40'

red 50 ◦ green 206 ◦ blue 64

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

Shades of Lime Green #32CE40

Tints of Lime Green #32CE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.38%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 15.63%
G = 64.38%
B = 20%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#32CE40 (or 0x32CE40) is known color: Lime Green. HEX triplet: 32, CE and 40. RGB value is (50,206,64). Sum of RGB (Red+Green+Blue) = 50+206+64=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE40 is #CD31BF. Grayscale: #8F8F8F. Windows color (decimal): -13447616 or 4247090. OLE color: 4247090.

HSL color Cylindrical-coordinate representation of color #32CE40: hue angle of 125.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE40 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 206 64 -
CMYK 0.76 0 0.69 0.19
HSL 125.38º 0.61% 0.5% -
HSV(B) 125.38º 0.76% 0.81% -
XYZ 24.31 45.19 12.29 -
YUV 143.17 83.32 61.55 -
System Red Green Blue C M Y K H S L
Decimal 50 206 64 0.76 0 0.69 0.19 125.38 0.61 0.5
Hex 32 CE 40 4C 0 45 13 7D 3D 32
Octal 62 316 100 114 0 105 23 175 75 62
Binary 110010 11001110 1000000 1001100 0 1000101 10011 1111101 111101 110010

Color Harmonies of #32CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CE40

Black with #32CE40

Text Example


Text Example

White with #32CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,206,64); }

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

background-color css

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

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

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

border-color css

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

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

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