Html Css Color HEX #35C149 Lime Green

📋 copy color: '#35C149'

red 53 ◦ green 193 ◦ blue 73

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

Shades of Lime Green #35C149

Tints of Lime Green #35C149

RGB

 RED value IS 53 (21.09% from 255) = 16.61%

 GREEN value IS 193 (75.78% from 255) = 60.5%

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 16.61%
G = 60.5%
B = 22.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#35C149 (or 0x35C149) is known color: Lime Green. HEX triplet: 35, C1 and 49. RGB value is (53,193,73). Sum of RGB (Red+Green+Blue) = 53+193+73=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #35C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C149 is #CA3EB6. Grayscale: #898989. Windows color (decimal): -13254327 or 4833589. OLE color: 4833589.

HSL color Cylindrical-coordinate representation of color #35C149: hue angle of 128.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C149 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 193 73 -
CMYK 0.73 0 0.62 0.24
HSL 128.57º 0.57% 0.48% -
HSV(B) 128.57º 0.73% 0.76% -
XYZ 21.74 39.38 12.76 -
YUV 137.46 91.62 67.76 -
System Red Green Blue C M Y K H S L
Decimal 53 193 73 0.73 0 0.62 0.24 128.57 0.57 0.48
Hex 35 C1 49 49 0 3E 18 81 39 30
Octal 65 301 111 111 0 76 30 201 71 60
Binary 110101 11000001 1001001 1001001 0 111110 11000 10000001 111001 110000

Color Harmonies of #35C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C149

Black with #35C149

Text Example


Text Example

White with #35C149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35C149; }

 p { color: rgb(53,193,73); }

 H1.HeaderClassName
 {
   color: #35C149;
 }
 .AnyTagClassName
 {
   color: #35C149;
 }
</style>

background-color css

<style>
 a { background-color: #35C149; }

 a { background-color: rgb(53,193,73); }

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

border-color css

<style>
 span { border-color: #35C149; }

 span { border-color: rgb(53,193,73); }

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