Html Css Color HEX #35D84E Lime Green

📋 copy color: '#35D84E'

red 53 ◦ green 216 ◦ blue 78

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

Shades of Lime Green #35D84E

Tints of Lime Green #35D84E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.25%

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 15.27%
G = 62.25%
B = 22.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#35D84E (or 0x35D84E) is known color: Lime Green. HEX triplet: 35, D8 and 4E. RGB value is (53,216,78). Sum of RGB (Red+Green+Blue) = 53+216+78=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 216 (84.77% from 255 or 62.25% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 216 - color contains mainly: green. Hex color #35D84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D84E is #CA27B1. Grayscale: #979797. Windows color (decimal): -13248434 or 5167157. OLE color: 5167157.

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

Color convert

RGB 53 216 78 -
CMYK 0.75 0 0.64 0.15
HSL 129.2º 0.68% 0.53% -
HSV(B) 129.2º 0.75% 0.85% -
XYZ 27.4 50.42 15.5 -
YUV 151.53 86.5 57.72 -
System Red Green Blue C M Y K H S L
Decimal 53 216 78 0.75 0 0.64 0.15 129.2 0.68 0.53
Hex 35 D8 4E 4B 0 40 F 81 44 35
Octal 65 330 116 113 0 100 17 201 104 65
Binary 110101 11011000 1001110 1001011 0 1000000 1111 10000001 1000100 110101

Color Harmonies of #35D84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D84E

Black with #35D84E

Text Example


Text Example

White with #35D84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,216,78); }

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

background-color css

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

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

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

border-color css

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

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

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