Html Css Color HEX #35C855 Lime Green

📋 copy color: '#35C855'

red 53 ◦ green 200 ◦ blue 85

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

Shades of Lime Green #35C855

Tints of Lime Green #35C855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.17%

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

R = 15.68%
G = 59.17%
B = 25.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#35C855 (or 0x35C855) is known color: Lime Green. HEX triplet: 35, C8 and 55. RGB value is (53,200,85). Sum of RGB (Red+Green+Blue) = 53+200+85=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #35C855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C855 is #CA37AA. Grayscale: #8F8F8F. Windows color (decimal): -13252523 or 5621813. OLE color: 5621813.

HSL color Cylindrical-coordinate representation of color #35C855: hue angle of 133.06º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C855 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 200 85 -
CMYK 0.74 0 0.58 0.22
HSL 133.06º 0.58% 0.5% -
HSV(B) 133.06º 0.74% 0.78% -
XYZ 23.76 42.72 15.59 -
YUV 142.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 53 200 85 0.74 0 0.58 0.22 133.06 0.58 0.5
Hex 35 C8 55 4A 0 3A 16 85 3A 32
Octal 65 310 125 112 0 72 26 205 72 62
Binary 110101 11001000 1010101 1001010 0 111010 10110 10000101 111010 110010

Color Harmonies of #35C855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C855

Black with #35C855

Text Example


Text Example

White with #35C855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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