Html Css Color HEX #35E655 Lime Green

📋 copy color: '#35E655'

red 53 ◦ green 230 ◦ blue 85

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

Shades of Lime Green #35E655

Tints of Lime Green #35E655

RGB

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

 GREEN value IS 230 (90.23% from 255) = 62.5%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 14.4%
G = 62.5%
B = 23.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#35E655 (or 0x35E655) is known color: Lime Green. HEX triplet: 35, E6 and 55. RGB value is (53,230,85). Sum of RGB (Red+Green+Blue) = 53+230+85=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #35E655 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E655 is #CA19AA. Grayscale: #A0A0A0. Windows color (decimal): -13244843 or 5629493. OLE color: 5629493.

HSL color Cylindrical-coordinate representation of color #35E655: hue angle of 130.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E655 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 230 85 -
CMYK 0.77 0 0.63 0.10
HSL 130.85º 0.78% 0.55% -
HSV(B) 130.85º 0.77% 0.9% -
XYZ 31.4 58.01 18.14 -
YUV 160.55 85.36 51.29 -
System Red Green Blue C M Y K H S L
Decimal 53 230 85 0.77 0 0.63 0.10 130.85 0.78 0.55
Hex 35 E6 55 4D 0 3F A 83 4E 37
Octal 65 346 125 115 0 77 12 203 116 67
Binary 110101 11100110 1010101 1001101 0 111111 1010 10000011 1001110 110111

Color Harmonies of #35E655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E655

Black with #35E655

Text Example


Text Example

White with #35E655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,230,85); }

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

background-color css

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

 a { background-color: rgb(53,230,85); }

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

border-color css

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

 span { border-color: rgb(53,230,85); }

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