Html Css Color HEX #46D02C Lime Green

📋 copy color: '#46D02C'

red 70 ◦ green 208 ◦ blue 44

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

Shades of Lime Green #46D02C

Tints of Lime Green #46D02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 21.74%
G = 64.6%
B = 13.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#46D02C (or 0x46D02C) is known color: Lime Green. HEX triplet: 46, D0 and 2C. RGB value is (70,208,44). Sum of RGB (Red+Green+Blue) = 70+208+44=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #46D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D02C is #B92FD3. Grayscale: #949494. Windows color (decimal): -12136404 or 2936902. OLE color: 2936902.

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

Color convert

RGB 70 208 44 -
CMYK 0.66 0 0.79 0.18
HSL 110.49º 0.65% 0.49% -
HSV(B) 110.49º 0.79% 0.82% -
XYZ 25.54 46.6 10.03 -
YUV 148.04 69.28 72.34 -
System Red Green Blue C M Y K H S L
Decimal 70 208 44 0.66 0 0.79 0.18 110.49 0.65 0.49
Hex 46 D0 2C 42 0 4F 12 6E 41 31
Octal 106 320 54 102 0 117 22 156 101 61
Binary 1000110 11010000 101100 1000010 0 1001111 10010 1101110 1000001 110001

Color Harmonies of #46D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D02C

Black with #46D02C

Text Example


Text Example

White with #46D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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