Html Css Color HEX #35E342 Lime Green

📋 copy color: '#35E342'

red 53 ◦ green 227 ◦ blue 66

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

Shades of Lime Green #35E342

Tints of Lime Green #35E342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 15.32%
G = 65.61%
B = 19.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#35E342 (or 0x35E342) is known color: Lime Green. HEX triplet: 35, E3 and 42. RGB value is (53,227,66). Sum of RGB (Red+Green+Blue) = 53+227+66=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #35E342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E342 is #CA1CBD. Grayscale: #9D9D9D. Windows color (decimal): -13245630 or 4383541. OLE color: 4383541.

HSL color Cylindrical-coordinate representation of color #35E342: hue angle of 124.48º 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 #35E342 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 227 66 -
CMYK 0.77 0 0.71 0.11
HSL 124.48º 0.76% 0.55% -
HSV(B) 124.48º 0.77% 0.89% -
XYZ 29.92 56.09 14.4 -
YUV 156.62 76.85 54.09 -
System Red Green Blue C M Y K H S L
Decimal 53 227 66 0.77 0 0.71 0.11 124.48 0.76 0.55
Hex 35 E3 42 4D 0 47 B 7C 4C 37
Octal 65 343 102 115 0 107 13 174 114 67
Binary 110101 11100011 1000010 1001101 0 1000111 1011 1111100 1001100 110111

Color Harmonies of #35E342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E342

Black with #35E342

Text Example


Text Example

White with #35E342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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