Html Css Color HEX #32FA40 Lime Green

📋 copy color: '#32FA40'

red 50 ◦ green 250 ◦ blue 64

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

Shades of Lime Green #32FA40

Tints of Lime Green #32FA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.68%

 BLUE value IS 64 (25.39% from 255) = 17.58%

R = 13.74%
G = 68.68%
B = 17.58%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#32FA40 (or 0x32FA40) is known color: Lime Green. HEX triplet: 32, FA and 40. RGB value is (50,250,64). Sum of RGB (Red+Green+Blue) = 50+250+64=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FA40 is #CD05BF. Grayscale: #A9A9A9. Windows color (decimal): -13436352 or 4258354. OLE color: 4258354.

HSL color Cylindrical-coordinate representation of color #32FA40: hue angle of 124.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FA40 is Cyan = 0.8, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 250 64 -
CMYK 0.8 0 0.74 0.02
HSL 124.2º 0.95% 0.59% -
HSV(B) 124.2º 0.8% 0.98% -
XYZ 36.43 69.42 16.33 -
YUV 169 68.74 43.12 -
System Red Green Blue C M Y K H S L
Decimal 50 250 64 0.8 0 0.74 0.02 124.2 0.95 0.59
Hex 32 FA 40 50 0 4A 2 7C 5F 3B
Octal 62 372 100 120 0 112 2 174 137 73
Binary 110010 11111010 1000000 1010000 0 1001010 10 1111100 1011111 111011

Color Harmonies of #32FA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FA40

Black with #32FA40

Text Example


Text Example

White with #32FA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,250,64); }

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

background-color css

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

 a { background-color: rgb(50,250,64); }

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

border-color css

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

 span { border-color: rgb(50,250,64); }

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