Html Css Color HEX #32F942 Lime Green

📋 copy color: '#32F942'

red 50 ◦ green 249 ◦ blue 66

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

Shades of Lime Green #32F942

Tints of Lime Green #32F942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 13.7%
G = 68.22%
B = 18.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#32F942 (or 0x32F942) is known color: Lime Green. HEX triplet: 32, F9 and 42. RGB value is (50,249,66). Sum of RGB (Red+Green+Blue) = 50+249+66=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #32F942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F942 is #CD06BD. Grayscale: #A9A9A9. Windows color (decimal): -13436606 or 4389170. OLE color: 4389170.

HSL color Cylindrical-coordinate representation of color #32F942: hue angle of 124.82º 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 #32F942 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 249 66 -
CMYK 0.80 0 0.73 0.02
HSL 124.82º 0.94% 0.59% -
HSV(B) 124.82º 0.8% 0.98% -
XYZ 36.17 68.82 16.53 -
YUV 168.64 70.07 43.38 -
System Red Green Blue C M Y K H S L
Decimal 50 249 66 0.80 0 0.73 0.02 124.82 0.94 0.59
Hex 32 F9 42 50 0 49 2 7D 5E 3B
Octal 62 371 102 120 0 111 2 175 136 73
Binary 110010 11111001 1000010 1010000 0 1001001 10 1111101 1011110 111011

Color Harmonies of #32F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F942

Black with #32F942

Text Example


Text Example

White with #32F942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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