Html Css Color HEX #35E349 Lime Green

📋 copy color: '#35E349'

red 53 ◦ green 227 ◦ blue 73

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

Shades of Lime Green #35E349

Tints of Lime Green #35E349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 64.31%

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

R = 15.01%
G = 64.31%
B = 20.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#35E349 (or 0x35E349) is known color: Lime Green. HEX triplet: 35, E3 and 49. RGB value is (53,227,73). Sum of RGB (Red+Green+Blue) = 53+227+73=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 227 (89.06% from 255 or 64.31% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 227 - color contains mainly: green. Hex color #35E349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E349 is #CA1CB6. Grayscale: #9D9D9D. Windows color (decimal): -13245623 or 4842293. OLE color: 4842293.

HSL color Cylindrical-coordinate representation of color #35E349: hue angle of 126.9º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E349 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 227 73 -
CMYK 0.77 0 0.68 0.11
HSL 126.9º 0.76% 0.55% -
HSV(B) 126.9º 0.77% 0.89% -
XYZ 30.14 56.18 15.56 -
YUV 157.42 80.35 53.52 -
System Red Green Blue C M Y K H S L
Decimal 53 227 73 0.77 0 0.68 0.11 126.9 0.76 0.55
Hex 35 E3 49 4D 0 44 B 7F 4C 37
Octal 65 343 111 115 0 104 13 177 114 67
Binary 110101 11100011 1001001 1001101 0 1000100 1011 1111111 1001100 110111

Color Harmonies of #35E349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E349

Black with #35E349

Text Example


Text Example

White with #35E349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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