Html Css Color HEX #35D754 Lime Green

📋 copy color: '#35D754'

red 53 ◦ green 215 ◦ blue 84

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

Shades of Lime Green #35D754

Tints of Lime Green #35D754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.08%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 15.06%
G = 61.08%
B = 23.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#35D754 (or 0x35D754) is known color: Lime Green. HEX triplet: 35, D7 and 54. RGB value is (53,215,84). Sum of RGB (Red+Green+Blue) = 53+215+84=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #35D754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D754 is #CA28AB. Grayscale: #979797. Windows color (decimal): -13248684 or 5560117. OLE color: 5560117.

HSL color Cylindrical-coordinate representation of color #35D754: hue angle of 131.48º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D754 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 215 84 -
CMYK 0.75 0 0.61 0.16
HSL 131.48º 0.67% 0.53% -
HSV(B) 131.48º 0.75% 0.84% -
XYZ 27.37 50 16.6 -
YUV 151.63 89.83 57.65 -
System Red Green Blue C M Y K H S L
Decimal 53 215 84 0.75 0 0.61 0.16 131.48 0.67 0.53
Hex 35 D7 54 4B 0 3D 10 83 43 35
Octal 65 327 124 113 0 75 20 203 103 65
Binary 110101 11010111 1010100 1001011 0 111101 10000 10000011 1000011 110101

Color Harmonies of #35D754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D754

Black with #35D754

Text Example


Text Example

White with #35D754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,215,84); }

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

background-color css

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

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

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

border-color css

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

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

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