Html Css Color HEX #32C319 Lime Green

📋 copy color: '#32C319'

red 50 ◦ green 195 ◦ blue 25

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

Shades of Lime Green #32C319

Tints of Lime Green #32C319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 72.22%

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 18.52%
G = 72.22%
B = 9.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#32C319 (or 0x32C319) is known color: Lime Green. HEX triplet: 32, C3 and 19. RGB value is (50,195,25). Sum of RGB (Red+Green+Blue) = 50+195+25=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #32C319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C319 is #CD3CE6. Grayscale: #848484. Windows color (decimal): -13450471 or 1688370. OLE color: 1688370.

HSL color Cylindrical-coordinate representation of color #32C319: hue angle of 111.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32C319 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 195 25 -
CMYK 0.74 0 0.87 0.24
HSL 111.18º 0.77% 0.43% -
HSV(B) 111.18º 0.87% 0.76% -
XYZ 21.01 39.78 7.49 -
YUV 132.27 67.46 69.32 -
System Red Green Blue C M Y K H S L
Decimal 50 195 25 0.74 0 0.87 0.24 111.18 0.77 0.43
Hex 32 C3 19 4A 0 57 18 6F 4D 2B
Octal 62 303 31 112 0 127 30 157 115 53
Binary 110010 11000011 11001 1001010 0 1010111 11000 1101111 1001101 101011

Color Harmonies of #32C319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C319

Black with #32C319

Text Example


Text Example

White with #32C319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,195,25); }

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

background-color css

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

 a { background-color: rgb(50,195,25); }

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

border-color css

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

 span { border-color: rgb(50,195,25); }

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