Html Css Color HEX #35E040 Lime Green

📋 copy color: '#35E040'

red 53 ◦ green 224 ◦ blue 64

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

Shades of Lime Green #35E040

Tints of Lime Green #35E040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.69%

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

R = 15.54%
G = 65.69%
B = 18.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#35E040 (or 0x35E040) is known color: Lime Green. HEX triplet: 35, E0 and 40. RGB value is (53,224,64). Sum of RGB (Red+Green+Blue) = 53+224+64=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #35E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E040 is #CA1FBF. Grayscale: #9B9B9B. Windows color (decimal): -13246400 or 4251701. OLE color: 4251701.

HSL color Cylindrical-coordinate representation of color #35E040: hue angle of 123.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E040 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 224 64 -
CMYK 0.76 0 0.71 0.12
HSL 123.86º 0.73% 0.54% -
HSV(B) 123.86º 0.76% 0.88% -
XYZ 29.05 54.44 13.83 -
YUV 154.63 76.85 55.51 -
System Red Green Blue C M Y K H S L
Decimal 53 224 64 0.76 0 0.71 0.12 123.86 0.73 0.54
Hex 35 E0 40 4C 0 47 C 7C 49 36
Octal 65 340 100 114 0 107 14 174 111 66
Binary 110101 11100000 1000000 1001100 0 1000111 1100 1111100 1001001 110110

Color Harmonies of #35E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E040

Black with #35E040

Text Example


Text Example

White with #35E040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,224,64); }

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

background-color css

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

 a { background-color: rgb(53,224,64); }

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

border-color css

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

 span { border-color: rgb(53,224,64); }

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