Html Css Color HEX #46D033 Lime Green

📋 copy color: '#46D033'

red 70 ◦ green 208 ◦ blue 51

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

Shades of Lime Green #46D033

Tints of Lime Green #46D033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.5%

R = 21.28%
G = 63.22%
B = 15.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#46D033 (or 0x46D033) is known color: Lime Green. HEX triplet: 46, D0 and 33. RGB value is (70,208,51). Sum of RGB (Red+Green+Blue) = 70+208+51=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #46D033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D033 is #B92FCC. Grayscale: #959595. Windows color (decimal): -12136397 or 3395654. OLE color: 3395654.

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

Color convert

RGB 70 208 51 -
CMYK 0.66 0 0.75 0.18
HSL 112.74º 0.63% 0.51% -
HSV(B) 112.74º 0.75% 0.82% -
XYZ 25.68 46.65 10.78 -
YUV 148.84 72.78 71.77 -
System Red Green Blue C M Y K H S L
Decimal 70 208 51 0.66 0 0.75 0.18 112.74 0.63 0.51
Hex 46 D0 33 42 0 4B 12 71 3F 33
Octal 106 320 63 102 0 113 22 161 77 63
Binary 1000110 11010000 110011 1000010 0 1001011 10010 1110001 111111 110011

Color Harmonies of #46D033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D033

Black with #46D033

Text Example


Text Example

White with #46D033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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