Html Css Color HEX #32F242 Lime Green

📋 copy color: '#32F242'

red 50 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #32F242

Tints of Lime Green #32F242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 13.97%
G = 67.6%
B = 18.44%

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

#32F242 (or 0x32F242) is known color: Lime Green. HEX triplet: 32, F2 and 42. RGB value is (50,242,66). Sum of RGB (Red+Green+Blue) = 50+242+66=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #32F242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F242 is #CD0DBD. Grayscale: #A5A5A5. Windows color (decimal): -13438398 or 4387378. OLE color: 4387378.

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

Color convert

RGB 50 242 66 -
CMYK 0.79 0 0.73 0.05
HSL 125º 0.88% 0.57% -
HSV(B) 125º 0.79% 0.95% -
XYZ 34.05 64.58 15.82 -
YUV 164.53 72.39 46.31 -
System Red Green Blue C M Y K H S L
Decimal 50 242 66 0.79 0 0.73 0.05 125 0.88 0.57
Hex 32 F2 42 4F 0 49 5 7D 58 39
Octal 62 362 102 117 0 111 5 175 130 71
Binary 110010 11110010 1000010 1001111 0 1001001 101 1111101 1011000 111001

Color Harmonies of #32F242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F242

Black with #32F242

Text Example


Text Example

White with #32F242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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