Html Css Color HEX #35DC3E Lime Green

📋 copy color: '#35DC3E'

red 53 ◦ green 220 ◦ blue 62

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

Shades of Lime Green #35DC3E

Tints of Lime Green #35DC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 15.82%
G = 65.67%
B = 18.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#35DC3E (or 0x35DC3E) is known color: Lime Green. HEX triplet: 35, DC and 3E. RGB value is (53,220,62). Sum of RGB (Red+Green+Blue) = 53+220+62=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #35DC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DC3E is #CA23C1. Grayscale: #989898. Windows color (decimal): -13247426 or 4119605. OLE color: 4119605.

HSL color Cylindrical-coordinate representation of color #35DC3E: hue angle of 123.23º 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 #35DC3E is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 220 62 -
CMYK 0.76 0 0.72 0.14
HSL 123.23º 0.7% 0.54% -
HSV(B) 123.23º 0.76% 0.86% -
XYZ 27.93 52.29 13.18 -
YUV 152.06 77.17 57.35 -
System Red Green Blue C M Y K H S L
Decimal 53 220 62 0.76 0 0.72 0.14 123.23 0.7 0.54
Hex 35 DC 3E 4C 0 48 E 7B 46 36
Octal 65 334 76 114 0 110 16 173 106 66
Binary 110101 11011100 111110 1001100 0 1001000 1110 1111011 1000110 110110

Color Harmonies of #35DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DC3E

Black with #35DC3E

Text Example


Text Example

White with #35DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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