Html Css Color HEX #46D036 Lime Green

📋 copy color: '#46D036'

red 70 ◦ green 208 ◦ blue 54

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

Shades of Lime Green #46D036

Tints of Lime Green #46D036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.65%

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 21.08%
G = 62.65%
B = 16.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#46D036 (or 0x46D036) is known color: Lime Green. HEX triplet: 46, D0 and 36. RGB value is (70,208,54). Sum of RGB (Red+Green+Blue) = 70+208+54=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 208 (81.64% from 255 or 62.65% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 208 - color contains mainly: green. Hex color #46D036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D036 is #B92FC9. Grayscale: #959595. Windows color (decimal): -12136394 or 3592262. OLE color: 3592262.

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

Color convert

RGB 70 208 54 -
CMYK 0.66 0 0.74 0.18
HSL 113.77º 0.62% 0.51% -
HSV(B) 113.77º 0.74% 0.82% -
XYZ 25.75 46.68 11.14 -
YUV 149.18 74.28 71.52 -
System Red Green Blue C M Y K H S L
Decimal 70 208 54 0.66 0 0.74 0.18 113.77 0.62 0.51
Hex 46 D0 36 42 0 4A 12 72 3E 33
Octal 106 320 66 102 0 112 22 162 76 63
Binary 1000110 11010000 110110 1000010 0 1001010 10010 1110010 111110 110011

Color Harmonies of #46D036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D036

Black with #46D036

Text Example


Text Example

White with #46D036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,208,54); }

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

background-color css

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

 a { background-color: rgb(70,208,54); }

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

border-color css

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

 span { border-color: rgb(70,208,54); }

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