Html Css Color HEX #32F33F Lime Green

📋 copy color: '#32F33F'

red 50 ◦ green 243 ◦ blue 63

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

Shades of Lime Green #32F33F

Tints of Lime Green #32F33F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.26%

 BLUE value IS 63 (25% from 255) = 17.7%

R = 14.04%
G = 68.26%
B = 17.7%

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

#32F33F (or 0x32F33F) is known color: Lime Green. HEX triplet: 32, F3 and 3F. RGB value is (50,243,63). Sum of RGB (Red+Green+Blue) = 50+243+63=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #32F33F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F33F is #CD0CC0. Grayscale: #A5A5A5. Windows color (decimal): -13438145 or 4191026. OLE color: 4191026.

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

Color convert

RGB 50 243 63 -
CMYK 0.79 0 0.74 0.05
HSL 124.04º 0.89% 0.57% -
HSV(B) 124.04º 0.79% 0.95% -
XYZ 34.26 65.14 15.47 -
YUV 164.77 70.56 46.14 -
System Red Green Blue C M Y K H S L
Decimal 50 243 63 0.79 0 0.74 0.05 124.04 0.89 0.57
Hex 32 F3 3F 4F 0 4A 5 7C 59 39
Octal 62 363 77 117 0 112 5 174 131 71
Binary 110010 11110011 111111 1001111 0 1001010 101 1111100 1011001 111001

Color Harmonies of #32F33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F33F

Black with #32F33F

Text Example


Text Example

White with #32F33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,243,63); }

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

background-color css

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

 a { background-color: rgb(50,243,63); }

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

border-color css

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

 span { border-color: rgb(50,243,63); }

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