Html Css Color HEX #35EC31 Lime Green

📋 copy color: '#35EC31'

red 53 ◦ green 236 ◦ blue 49

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

Shades of Lime Green #35EC31

Tints of Lime Green #35EC31

RGB

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

 GREEN value IS 236 (92.58% from 255) = 69.82%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 15.68%
G = 69.82%
B = 14.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#35EC31 (or 0x35EC31) is known color: Lime Green. HEX triplet: 35, EC and 31. RGB value is (53,236,49). Sum of RGB (Red+Green+Blue) = 53+236+49=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EC31 is #CA13CE. Grayscale: #A0A0A0. Windows color (decimal): -13243343 or 3271733. OLE color: 3271733.

HSL color Cylindrical-coordinate representation of color #35EC31: hue angle of 118.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35EC31 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 236 49 -
CMYK 0.78 0 0.79 0.07
HSL 118.72º 0.83% 0.56% -
HSV(B) 118.72º 0.79% 0.93% -
XYZ 32.02 60.97 12.99 -
YUV 159.97 65.37 51.71 -
System Red Green Blue C M Y K H S L
Decimal 53 236 49 0.78 0 0.79 0.07 118.72 0.83 0.56
Hex 35 EC 31 4E 0 4F 7 77 53 38
Octal 65 354 61 116 0 117 7 167 123 70
Binary 110101 11101100 110001 1001110 0 1001111 111 1110111 1010011 111000

Color Harmonies of #35EC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EC31

Black with #35EC31

Text Example


Text Example

White with #35EC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,236,49); }

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

background-color css

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

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

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

border-color css

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

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

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