Html Css Color HEX #46CE35 Lime Green

📋 copy color: '#46CE35'

red 70 ◦ green 206 ◦ blue 53

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

Shades of Lime Green #46CE35

Tints of Lime Green #46CE35

RGB

 RED value IS 70 (27.73% from 255) = 21.28%

 GREEN value IS 206 (80.86% from 255) = 62.61%

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 21.28%
G = 62.61%
B = 16.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#46CE35 (or 0x46CE35) is known color: Lime Green. HEX triplet: 46, CE and 35. RGB value is (70,206,53). Sum of RGB (Red+Green+Blue) = 70+206+53=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CE35 is #B931CA. Grayscale: #949494. Windows color (decimal): -12136907 or 3526214. OLE color: 3526214.

HSL color Cylindrical-coordinate representation of color #46CE35: hue angle of 113.33º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46CE35 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 206 53 -
CMYK 0.66 0 0.74 0.19
HSL 113.33º 0.61% 0.51% -
HSV(B) 113.33º 0.74% 0.81% -
XYZ 25.24 45.7 10.86 -
YUV 147.89 74.44 72.44 -
System Red Green Blue C M Y K H S L
Decimal 70 206 53 0.66 0 0.74 0.19 113.33 0.61 0.51
Hex 46 CE 35 42 0 4A 13 71 3D 33
Octal 106 316 65 102 0 112 23 161 75 63
Binary 1000110 11001110 110101 1000010 0 1001010 10011 1110001 111101 110011

Color Harmonies of #46CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CE35

Black with #46CE35

Text Example


Text Example

White with #46CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46CE35; }

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

 H1.HeaderClassName
 {
   color: #46CE35;
 }
 .AnyTagClassName
 {
   color: #46CE35;
 }
</style>

background-color css

<style>
 a { background-color: #46CE35; }

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

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

border-color css

<style>
 span { border-color: #46CE35; }

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

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