Html Css Color HEX #35DC4C Lime Green

📋 copy color: '#35DC4C'

red 53 ◦ green 220 ◦ blue 76

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

Shades of Lime Green #35DC4C

Tints of Lime Green #35DC4C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.04%

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 15.19%
G = 63.04%
B = 21.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#35DC4C (or 0x35DC4C) is known color: Lime Green. HEX triplet: 35, DC and 4C. RGB value is (53,220,76). Sum of RGB (Red+Green+Blue) = 53+220+76=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DC4C is #CA23B3. Grayscale: #9A9A9A. Windows color (decimal): -13247412 or 5037109. OLE color: 5037109.

HSL color Cylindrical-coordinate representation of color #35DC4C: hue angle of 128.26º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DC4C is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 220 76 -
CMYK 0.76 0 0.65 0.14
HSL 128.26º 0.7% 0.54% -
HSV(B) 128.26º 0.76% 0.86% -
XYZ 28.37 52.47 15.47 -
YUV 153.65 84.17 56.21 -
System Red Green Blue C M Y K H S L
Decimal 53 220 76 0.76 0 0.65 0.14 128.26 0.7 0.54
Hex 35 DC 4C 4C 0 41 E 80 46 36
Octal 65 334 114 114 0 101 16 200 106 66
Binary 110101 11011100 1001100 1001100 0 1000001 1110 10000000 1000110 110110

Color Harmonies of #35DC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DC4C

Black with #35DC4C

Text Example


Text Example

White with #35DC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,220,76); }

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

background-color css

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

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

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

border-color css

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

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

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