Html Css Color HEX #35D935 Lime Green

📋 copy color: '#35D935'

red 53 ◦ green 217 ◦ blue 53

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

Shades of Lime Green #35D935

Tints of Lime Green #35D935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.18%

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 16.41%
G = 67.18%
B = 16.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#35D935 (or 0x35D935) is known color: Lime Green. HEX triplet: 35, D9 and 35. RGB value is (53,217,53). Sum of RGB (Red+Green+Blue) = 53+217+53=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 217 (85.16% from 255 or 67.18% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 217 - color contains mainly: green. Hex color #35D935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D935 is #CA26CA. Grayscale: #959595. Windows color (decimal): -13248203 or 3529013. OLE color: 3529013.

HSL color Cylindrical-coordinate representation of color #35D935: hue angle of 120º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D935 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 217 53 -
CMYK 0.76 0 0.76 0.15
HSL 120º 0.68% 0.53% -
HSV(B) 120º 0.76% 0.85% -
XYZ 26.92 50.64 11.72 -
YUV 149.27 73.67 59.34 -
System Red Green Blue C M Y K H S L
Decimal 53 217 53 0.76 0 0.76 0.15 120 0.68 0.53
Hex 35 D9 35 4C 0 4C F 78 44 35
Octal 65 331 65 114 0 114 17 170 104 65
Binary 110101 11011001 110101 1001100 0 1001100 1111 1111000 1000100 110101

Color Harmonies of #35D935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D935

Black with #35D935

Text Example


Text Example

White with #35D935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,217,53); }

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

background-color css

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

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

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

border-color css

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

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

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