Html Css Color HEX #32F930 Lime Green

📋 copy color: '#32F930'

red 50 ◦ green 249 ◦ blue 48

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

Shades of Lime Green #32F930

Tints of Lime Green #32F930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.83%

R = 14.41%
G = 71.76%
B = 13.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#32F930 (or 0x32F930) is known color: Lime Green. HEX triplet: 32, F9 and 30. RGB value is (50,249,48). Sum of RGB (Red+Green+Blue) = 50+249+48=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #32F930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F930 is #CD06CF. Grayscale: #A7A7A7. Windows color (decimal): -13436624 or 3209522. OLE color: 3209522.

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

Color convert

RGB 50 249 48 -
CMYK 0.80 0 0.81 0.02
HSL 119.4º 0.94% 0.58% -
HSV(B) 119.4º 0.81% 0.98% -
XYZ 35.72 68.64 14.16 -
YUV 166.59 61.07 44.84 -
System Red Green Blue C M Y K H S L
Decimal 50 249 48 0.80 0 0.81 0.02 119.4 0.94 0.58
Hex 32 F9 30 50 0 51 2 77 5E 3A
Octal 62 371 60 120 0 121 2 167 136 72
Binary 110010 11111001 110000 1010000 0 1010001 10 1110111 1011110 111010

Color Harmonies of #32F930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F930

Black with #32F930

Text Example


Text Example

White with #32F930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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