Html Css Color HEX #32F247 Lime Green

📋 copy color: '#32F247'

red 50 ◦ green 242 ◦ blue 71

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

Shades of Lime Green #32F247

Tints of Lime Green #32F247

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.67%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 13.77%
G = 66.67%
B = 19.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#32F247 (or 0x32F247) is known color: Lime Green. HEX triplet: 32, F2 and 47. RGB value is (50,242,71). Sum of RGB (Red+Green+Blue) = 50+242+71=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #32F247 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F247 is #CD0DB8. Grayscale: #A5A5A5. Windows color (decimal): -13438393 or 4715058. OLE color: 4715058.

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

Color convert

RGB 50 242 71 -
CMYK 0.79 0 0.71 0.05
HSL 126.56º 0.88% 0.57% -
HSV(B) 126.56º 0.79% 0.95% -
XYZ 34.2 64.64 16.63 -
YUV 165.1 74.89 45.9 -
System Red Green Blue C M Y K H S L
Decimal 50 242 71 0.79 0 0.71 0.05 126.56 0.88 0.57
Hex 32 F2 47 4F 0 47 5 7F 58 39
Octal 62 362 107 117 0 107 5 177 130 71
Binary 110010 11110010 1000111 1001111 0 1000111 101 1111111 1011000 111001

Color Harmonies of #32F247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F247

Black with #32F247

Text Example


Text Example

White with #32F247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,242,71); }

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

background-color css

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

 a { background-color: rgb(50,242,71); }

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

border-color css

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

 span { border-color: rgb(50,242,71); }

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