Html Css Color HEX #32FA3E Lime Green

📋 copy color: '#32FA3E'

red 50 ◦ green 250 ◦ blue 62

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

Shades of Lime Green #32FA3E

Tints of Lime Green #32FA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.13%

R = 13.81%
G = 69.06%
B = 17.13%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#32FA3E (or 0x32FA3E) is known color: Lime Green. HEX triplet: 32, FA and 3E. RGB value is (50,250,62). Sum of RGB (Red+Green+Blue) = 50+250+62=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 250 (98.05% from 255 or 69.06% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FA3E is #CD05C1. Grayscale: #A9A9A9. Windows color (decimal): -13436354 or 4127282. OLE color: 4127282.

HSL color Cylindrical-coordinate representation of color #32FA3E: hue angle of 123.6º 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 #32FA3E is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 250 62 -
CMYK 0.8 0 0.75 0.02
HSL 123.6º 0.95% 0.59% -
HSV(B) 123.6º 0.8% 0.98% -
XYZ 36.37 69.4 16.04 -
YUV 168.77 67.74 43.29 -
System Red Green Blue C M Y K H S L
Decimal 50 250 62 0.8 0 0.75 0.02 123.6 0.95 0.59
Hex 32 FA 3E 50 0 4B 2 7C 5F 3B
Octal 62 372 76 120 0 113 2 174 137 73
Binary 110010 11111010 111110 1010000 0 1001011 10 1111100 1011111 111011

Color Harmonies of #32FA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FA3E

Black with #32FA3E

Text Example


Text Example

White with #32FA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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