Html Css Color HEX #32F133 Lime Green

📋 copy color: '#32F133'

red 50 ◦ green 241 ◦ blue 51

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

Shades of Lime Green #32F133

Tints of Lime Green #32F133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 14.62%
G = 70.47%
B = 14.91%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#32F133 (or 0x32F133) is known color: Lime Green. HEX triplet: 32, F1 and 33. RGB value is (50,241,51). Sum of RGB (Red+Green+Blue) = 50+241+51=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #32F133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F133 is #CD0ECC. Grayscale: #A2A2A2. Windows color (decimal): -13438669 or 3404082. OLE color: 3404082.

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

Color convert

RGB 50 241 51 -
CMYK 0.79 0 0.79 0.05
HSL 120.31º 0.87% 0.57% -
HSV(B) 120.31º 0.79% 0.95% -
XYZ 33.37 63.83 13.69 -
YUV 162.23 65.22 47.95 -
System Red Green Blue C M Y K H S L
Decimal 50 241 51 0.79 0 0.79 0.05 120.31 0.87 0.57
Hex 32 F1 33 4F 0 4F 5 78 57 39
Octal 62 361 63 117 0 117 5 170 127 71
Binary 110010 11110001 110011 1001111 0 1001111 101 1111000 1010111 111001

Color Harmonies of #32F133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F133

Black with #32F133

Text Example


Text Example

White with #32F133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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