Html Css Color HEX #32F828 Lime Green

📋 copy color: '#32F828'

red 50 ◦ green 248 ◦ blue 40

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

Shades of Lime Green #32F828

Tints of Lime Green #32F828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 14.79%
G = 73.37%
B = 11.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#32F828 (or 0x32F828) is known color: Lime Green. HEX triplet: 32, F8 and 28. RGB value is (50,248,40). Sum of RGB (Red+Green+Blue) = 50+248+40=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 248 (97.27% from 255 or 73.37% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 248 - color contains mainly: green. Hex color #32F828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F828 is #CD07D7. Grayscale: #A5A5A5. Windows color (decimal): -13436888 or 2684978. OLE color: 2684978.

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

Color convert

RGB 50 248 40 -
CMYK 0.80 0 0.84 0.03
HSL 117.12º 0.94% 0.56% -
HSV(B) 117.12º 0.84% 0.97% -
XYZ 35.27 67.97 13.27 -
YUV 165.09 57.4 45.91 -
System Red Green Blue C M Y K H S L
Decimal 50 248 40 0.80 0 0.84 0.03 117.12 0.94 0.56
Hex 32 F8 28 50 0 54 3 75 5E 38
Octal 62 370 50 120 0 124 3 165 136 70
Binary 110010 11111000 101000 1010000 0 1010100 11 1110101 1011110 111000

Color Harmonies of #32F828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F828

Black with #32F828

Text Example


Text Example

White with #32F828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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