Html Css Color HEX #32F140 Lime Green

📋 copy color: '#32F140'

red 50 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #32F140

Tints of Lime Green #32F140

RGB

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

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

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

R = 14.08%
G = 67.89%
B = 18.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#32F140 (or 0x32F140) is known color: Lime Green. HEX triplet: 32, F1 and 40. RGB value is (50,241,64). Sum of RGB (Red+Green+Blue) = 50+241+64=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #32F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F140 is #CD0EBF. Grayscale: #A4A4A4. Windows color (decimal): -13438656 or 4256050. OLE color: 4256050.

HSL color Cylindrical-coordinate representation of color #32F140: hue angle of 124.4º 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 #32F140 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 241 64 -
CMYK 0.79 0 0.73 0.05
HSL 124.4º 0.87% 0.57% -
HSV(B) 124.4º 0.79% 0.95% -
XYZ 33.7 63.96 15.42 -
YUV 163.71 71.72 46.89 -
System Red Green Blue C M Y K H S L
Decimal 50 241 64 0.79 0 0.73 0.05 124.4 0.87 0.57
Hex 32 F1 40 4F 0 49 5 7C 57 39
Octal 62 361 100 117 0 111 5 174 127 71
Binary 110010 11110001 1000000 1001111 0 1001001 101 1111100 1010111 111001

Color Harmonies of #32F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F140

Black with #32F140

Text Example


Text Example

White with #32F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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