Html Css Color HEX #35E11F Lime Green

📋 copy color: '#35E11F'

red 53 ◦ green 225 ◦ blue 31

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

Shades of Lime Green #35E11F

Tints of Lime Green #35E11F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 72.82%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 17.15%
G = 72.82%
B = 10.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#35E11F (or 0x35E11F) is known color: Lime Green. HEX triplet: 35, E1 and 1F. RGB value is (53,225,31). Sum of RGB (Red+Green+Blue) = 53+225+31=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #35E11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E11F is #CA1EE0. Grayscale: #989898. Windows color (decimal): -13246177 or 2089269. OLE color: 2089269.

HSL color Cylindrical-coordinate representation of color #35E11F: hue angle of 113.2º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35E11F is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 225 31 -
CMYK 0.76 0 0.86 0.12
HSL 113.2º 0.76% 0.5% -
HSV(B) 113.2º 0.86% 0.88% -
XYZ 28.64 54.71 10.35 -
YUV 151.46 60.02 57.77 -
System Red Green Blue C M Y K H S L
Decimal 53 225 31 0.76 0 0.86 0.12 113.2 0.76 0.5
Hex 35 E1 1F 4C 0 56 C 71 4C 32
Octal 65 341 37 114 0 126 14 161 114 62
Binary 110101 11100001 11111 1001100 0 1010110 1100 1110001 1001100 110010

Color Harmonies of #35E11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E11F

Black with #35E11F

Text Example


Text Example

White with #35E11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,225,31); }

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

background-color css

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

 a { background-color: rgb(53,225,31); }

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

border-color css

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

 span { border-color: rgb(53,225,31); }

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