Html Css Color HEX #35BA47 Lime Green

📋 copy color: '#35BA47'

red 53 ◦ green 186 ◦ blue 71

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

Shades of Lime Green #35BA47

Tints of Lime Green #35BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 17.1%
G = 60%
B = 22.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#35BA47 (or 0x35BA47) is known color: Lime Green. HEX triplet: 35, BA and 47. RGB value is (53,186,71). Sum of RGB (Red+Green+Blue) = 53+186+71=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA47 is #CA45B8. Grayscale: #858585. Windows color (decimal): -13256121 or 4700725. OLE color: 4700725.

HSL color Cylindrical-coordinate representation of color #35BA47: hue angle of 128.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BA47 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 71 -
CMYK 0.72 0 0.62 0.27
HSL 128.12º 0.56% 0.47% -
HSV(B) 128.12º 0.72% 0.73% -
XYZ 20.16 36.33 11.91 -
YUV 133.12 92.94 70.85 -
System Red Green Blue C M Y K H S L
Decimal 53 186 71 0.72 0 0.62 0.27 128.12 0.56 0.47
Hex 35 BA 47 48 0 3E 1B 80 38 2F
Octal 65 272 107 110 0 76 33 200 70 57
Binary 110101 10111010 1000111 1001000 0 111110 11011 10000000 111000 101111

Color Harmonies of #35BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA47

Black with #35BA47

Text Example


Text Example

White with #35BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,186,71); }

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

background-color css

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

 a { background-color: rgb(53,186,71); }

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

border-color css

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

 span { border-color: rgb(53,186,71); }

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