Html Css Color HEX #32F940 Lime Green

📋 copy color: '#32F940'

red 50 ◦ green 249 ◦ blue 64

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

Shades of Lime Green #32F940

Tints of Lime Green #32F940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.6%

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

R = 13.77%
G = 68.6%
B = 17.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#32F940 (or 0x32F940) is known color: Lime Green. HEX triplet: 32, F9 and 40. RGB value is (50,249,64). Sum of RGB (Red+Green+Blue) = 50+249+64=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #32F940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F940 is #CD06BF. Grayscale: #A8A8A8. Windows color (decimal): -13436608 or 4258098. OLE color: 4258098.

HSL color Cylindrical-coordinate representation of color #32F940: hue angle of 124.22º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F940 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 249 64 -
CMYK 0.80 0 0.74 0.02
HSL 124.22º 0.94% 0.59% -
HSV(B) 124.22º 0.8% 0.98% -
XYZ 36.12 68.8 16.23 -
YUV 168.41 69.07 43.54 -
System Red Green Blue C M Y K H S L
Decimal 50 249 64 0.80 0 0.74 0.02 124.22 0.94 0.59
Hex 32 F9 40 50 0 4A 2 7C 5E 3B
Octal 62 371 100 120 0 112 2 174 136 73
Binary 110010 11111001 1000000 1010000 0 1001010 10 1111100 1011110 111011

Color Harmonies of #32F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F940

Black with #32F940

Text Example


Text Example

White with #32F940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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