Html Css Color HEX #32FC30 Lime Green

📋 copy color: '#32FC30'

red 50 ◦ green 252 ◦ blue 48

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

Shades of Lime Green #32FC30

Tints of Lime Green #32FC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 72%

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

R = 14.29%
G = 72%
B = 13.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#32FC30 (or 0x32FC30) is known color: Lime Green. HEX triplet: 32, FC and 30. RGB value is (50,252,48). Sum of RGB (Red+Green+Blue) = 50+252+48=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 252 (98.83% from 255 or 72% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FC30 is #CD03CF. Grayscale: #A8A8A8. Windows color (decimal): -13435856 or 3210290. OLE color: 3210290.

HSL color Cylindrical-coordinate representation of color #32FC30: hue angle of 119.41º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32FC30 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 252 48 -
CMYK 0.80 0 0.81 0.01
HSL 119.41º 0.97% 0.59% -
HSV(B) 119.41º 0.81% 0.99% -
XYZ 36.66 70.51 14.47 -
YUV 168.35 60.08 43.59 -
System Red Green Blue C M Y K H S L
Decimal 50 252 48 0.80 0 0.81 0.01 119.41 0.97 0.59
Hex 32 FC 30 50 0 51 1 77 61 3B
Octal 62 374 60 120 0 121 1 167 141 73
Binary 110010 11111100 110000 1010000 0 1010001 1 1110111 1100001 111011

Color Harmonies of #32FC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FC30

Black with #32FC30

Text Example


Text Example

White with #32FC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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