Html Css Color HEX #32F340 Lime Green

📋 copy color: '#32F340'

red 50 ◦ green 243 ◦ blue 64

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

Shades of Lime Green #32F340

Tints of Lime Green #32F340

RGB

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

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

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

R = 14.01%
G = 68.07%
B = 17.93%

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

#32F340 (or 0x32F340) is known color: Lime Green. HEX triplet: 32, F3 and 40. RGB value is (50,243,64). Sum of RGB (Red+Green+Blue) = 50+243+64=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 243 (95.31% from 255 or 68.07% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 243 - color contains mainly: green. Hex color #32F340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F340 is #CD0CBF. Grayscale: #A5A5A5. Windows color (decimal): -13438144 or 4256562. OLE color: 4256562.

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

Color convert

RGB 50 243 64 -
CMYK 0.79 0 0.74 0.05
HSL 124.35º 0.89% 0.57% -
HSV(B) 124.35º 0.79% 0.95% -
XYZ 34.29 65.15 15.62 -
YUV 164.89 71.06 46.05 -
System Red Green Blue C M Y K H S L
Decimal 50 243 64 0.79 0 0.74 0.05 124.35 0.89 0.57
Hex 32 F3 40 4F 0 4A 5 7C 59 39
Octal 62 363 100 117 0 112 5 174 131 71
Binary 110010 11110011 1000000 1001111 0 1001010 101 1111100 1011001 111001

Color Harmonies of #32F340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F340

Black with #32F340

Text Example


Text Example

White with #32F340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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