Html Css Color HEX #32F028 Lime Green

📋 copy color: '#32F028'

red 50 ◦ green 240 ◦ blue 40

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

Shades of Lime Green #32F028

Tints of Lime Green #32F028

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.73%

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

R = 15.15%
G = 72.73%
B = 12.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#32F028 (or 0x32F028) is known color: Lime Green. HEX triplet: 32, F0 and 28. RGB value is (50,240,40). Sum of RGB (Red+Green+Blue) = 50+240+40=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #32F028 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F028 is #CD0FD7. Grayscale: #A1A1A1. Windows color (decimal): -13438936 or 2682930. OLE color: 2682930.

HSL color Cylindrical-coordinate representation of color #32F028: hue angle of 117º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32F028 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 240 40 -
CMYK 0.79 0 0.83 0.06
HSL 117º 0.87% 0.55% -
HSV(B) 117º 0.83% 0.94% -
XYZ 32.86 63.15 12.47 -
YUV 160.39 60.05 49.26 -
System Red Green Blue C M Y K H S L
Decimal 50 240 40 0.79 0 0.83 0.06 117 0.87 0.55
Hex 32 F0 28 4F 0 53 6 75 57 37
Octal 62 360 50 117 0 123 6 165 127 67
Binary 110010 11110000 101000 1001111 0 1010011 110 1110101 1010111 110111

Color Harmonies of #32F028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F028

Black with #32F028

Text Example


Text Example

White with #32F028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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