Html Css Color HEX #32F13E Lime Green

📋 copy color: '#32F13E'

red 50 ◦ green 241 ◦ blue 62

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

Shades of Lime Green #32F13E

Tints of Lime Green #32F13E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.27%

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

R = 14.16%
G = 68.27%
B = 17.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#32F13E (or 0x32F13E) is known color: Lime Green. HEX triplet: 32, F1 and 3E. RGB value is (50,241,62). Sum of RGB (Red+Green+Blue) = 50+241+62=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #32F13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F13E is #CD0EC1. Grayscale: #A4A4A4. Windows color (decimal): -13438658 or 4124978. OLE color: 4124978.

HSL color Cylindrical-coordinate representation of color #32F13E: hue angle of 123.77º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F13E is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 241 62 -
CMYK 0.79 0 0.74 0.05
HSL 123.77º 0.87% 0.57% -
HSV(B) 123.77º 0.79% 0.95% -
XYZ 33.64 63.94 15.13 -
YUV 163.49 70.72 47.05 -
System Red Green Blue C M Y K H S L
Decimal 50 241 62 0.79 0 0.74 0.05 123.77 0.87 0.57
Hex 32 F1 3E 4F 0 4A 5 7C 57 39
Octal 62 361 76 117 0 112 5 174 127 71
Binary 110010 11110001 111110 1001111 0 1001010 101 1111100 1010111 111001

Color Harmonies of #32F13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F13E

Black with #32F13E

Text Example


Text Example

White with #32F13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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