Html Css Color HEX #35B946 Lime Green

📋 copy color: '#35B946'

red 53 ◦ green 185 ◦ blue 70

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

Shades of Lime Green #35B946

Tints of Lime Green #35B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.06%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 17.21%
G = 60.06%
B = 22.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#35B946 (or 0x35B946) is known color: Lime Green. HEX triplet: 35, B9 and 46. RGB value is (53,185,70). Sum of RGB (Red+Green+Blue) = 53+185+70=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #35B946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B946 is #CA46B9. Grayscale: #848484. Windows color (decimal): -13256378 or 4634933. OLE color: 4634933.

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

Color convert

RGB 53 185 70 -
CMYK 0.71 0 0.62 0.27
HSL 127.73º 0.55% 0.47% -
HSV(B) 127.73º 0.71% 0.73% -
XYZ 19.92 35.9 11.67 -
YUV 132.42 92.77 71.35 -
System Red Green Blue C M Y K H S L
Decimal 53 185 70 0.71 0 0.62 0.27 127.73 0.55 0.47
Hex 35 B9 46 47 0 3E 1B 80 37 2F
Octal 65 271 106 107 0 76 33 200 67 57
Binary 110101 10111001 1000110 1000111 0 111110 11011 10000000 110111 101111

Color Harmonies of #35B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B946

Black with #35B946

Text Example


Text Example

White with #35B946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,185,70); }

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

background-color css

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

 a { background-color: rgb(53,185,70); }

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

border-color css

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

 span { border-color: rgb(53,185,70); }

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