Html Css Color HEX #35E31C Lime Green

📋 copy color: '#35E31C'

red 53 ◦ green 227 ◦ blue 28

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

Shades of Lime Green #35E31C

Tints of Lime Green #35E31C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.7%

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 17.21%
G = 73.7%
B = 9.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#35E31C (or 0x35E31C) is known color: Lime Green. HEX triplet: 35, E3 and 1C. RGB value is (53,227,28). Sum of RGB (Red+Green+Blue) = 53+227+28=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 227 (89.06% from 255 or 73.70% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 227 - color contains mainly: green. Hex color #35E31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E31C is #CA1CE3. Grayscale: #989898. Windows color (decimal): -13245668 or 1893173. OLE color: 1893173.

HSL color Cylindrical-coordinate representation of color #35E31C: hue angle of 112.46º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35E31C is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 227 28 -
CMYK 0.77 0 0.88 0.11
HSL 112.46º 0.78% 0.5% -
HSV(B) 112.46º 0.88% 0.89% -
XYZ 29.15 55.78 10.33 -
YUV 152.29 57.85 57.18 -
System Red Green Blue C M Y K H S L
Decimal 53 227 28 0.77 0 0.88 0.11 112.46 0.78 0.5
Hex 35 E3 1C 4D 0 58 B 70 4E 32
Octal 65 343 34 115 0 130 13 160 116 62
Binary 110101 11100011 11100 1001101 0 1011000 1011 1110000 1001110 110010

Color Harmonies of #35E31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E31C

Black with #35E31C

Text Example


Text Example

White with #35E31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,227,28); }

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

background-color css

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

 a { background-color: rgb(53,227,28); }

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

border-color css

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

 span { border-color: rgb(53,227,28); }

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