Html Css Color HEX #32F735 Lime Green

📋 copy color: '#32F735'

red 50 ◦ green 247 ◦ blue 53

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

Shades of Lime Green #32F735

Tints of Lime Green #32F735

RGB

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

 GREEN value IS 247 (96.88% from 255) = 70.57%

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

R = 14.29%
G = 70.57%
B = 15.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#32F735 (or 0x32F735) is known color: Lime Green. HEX triplet: 32, F7 and 35. RGB value is (50,247,53). Sum of RGB (Red+Green+Blue) = 50+247+53=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #32F735 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F735 is #CD08CA. Grayscale: #A6A6A6. Windows color (decimal): -13437131 or 3536690. OLE color: 3536690.

HSL color Cylindrical-coordinate representation of color #32F735: hue angle of 120.91º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F735 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 50 247 53 -
CMYK 0.80 0 0.79 0.03
HSL 120.91º 0.92% 0.58% -
HSV(B) 120.91º 0.8% 0.97% -
XYZ 35.22 67.46 14.53 -
YUV 165.98 64.23 45.27 -
System Red Green Blue C M Y K H S L
Decimal 50 247 53 0.80 0 0.79 0.03 120.91 0.92 0.58
Hex 32 F7 35 50 0 4F 3 79 5C 3A
Octal 62 367 65 120 0 117 3 171 134 72
Binary 110010 11110111 110101 1010000 0 1001111 11 1111001 1011100 111010

Color Harmonies of #32F735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F735

Black with #32F735

Text Example


Text Example

White with #32F735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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