Html Css Color HEX #35E440 Lime Green

📋 copy color: '#35E440'

red 53 ◦ green 228 ◦ blue 64

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

Shades of Lime Green #35E440

Tints of Lime Green #35E440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.09%

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

R = 15.36%
G = 66.09%
B = 18.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#35E440 (or 0x35E440) is known color: Lime Green. HEX triplet: 35, E4 and 40. RGB value is (53,228,64). Sum of RGB (Red+Green+Blue) = 53+228+64=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 228 (89.45% from 255 or 66.09% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 228 - color contains mainly: green. Hex color #35E440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E440 is #CA1BBF. Grayscale: #9D9D9D. Windows color (decimal): -13245376 or 4252725. OLE color: 4252725.

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

Color convert

RGB 53 228 64 -
CMYK 0.77 0 0.72 0.11
HSL 123.77º 0.76% 0.55% -
HSV(B) 123.77º 0.77% 0.89% -
XYZ 30.14 56.61 14.19 -
YUV 156.98 75.52 53.84 -
System Red Green Blue C M Y K H S L
Decimal 53 228 64 0.77 0 0.72 0.11 123.77 0.76 0.55
Hex 35 E4 40 4D 0 48 B 7C 4C 37
Octal 65 344 100 115 0 110 13 174 114 67
Binary 110101 11100100 1000000 1001101 0 1001000 1011 1111100 1001100 110111

Color Harmonies of #35E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E440

Black with #35E440

Text Example


Text Example

White with #35E440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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