Html Css Color HEX #32F830 Lime Green

📋 copy color: '#32F830'

red 50 ◦ green 248 ◦ blue 48

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

Shades of Lime Green #32F830

Tints of Lime Green #32F830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 71.68%

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

R = 14.45%
G = 71.68%
B = 13.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#32F830 (or 0x32F830) is known color: Lime Green. HEX triplet: 32, F8 and 30. RGB value is (50,248,48). Sum of RGB (Red+Green+Blue) = 50+248+48=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #32F830 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F830 is #CD07CF. Grayscale: #A6A6A6. Windows color (decimal): -13436880 or 3209266. OLE color: 3209266.

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

Color convert

RGB 50 248 48 -
CMYK 0.80 0 0.81 0.03
HSL 119.4º 0.93% 0.58% -
HSV(B) 119.4º 0.81% 0.97% -
XYZ 35.42 68.03 14.06 -
YUV 166 61.4 45.26 -
System Red Green Blue C M Y K H S L
Decimal 50 248 48 0.80 0 0.81 0.03 119.4 0.93 0.58
Hex 32 F8 30 50 0 51 3 77 5D 3A
Octal 62 370 60 120 0 121 3 167 135 72
Binary 110010 11111000 110000 1010000 0 1010001 11 1110111 1011101 111010

Color Harmonies of #32F830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F830

Black with #32F830

Text Example


Text Example

White with #32F830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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