Html Css Color HEX #46E030 Lime Green

📋 copy color: '#46E030'

red 70 ◦ green 224 ◦ blue 48

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

Shades of Lime Green #46E030

Tints of Lime Green #46E030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.5%

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 20.47%
G = 65.5%
B = 14.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#46E030 (or 0x46E030) is known color: Lime Green. HEX triplet: 46, E0 and 30. RGB value is (70,224,48). Sum of RGB (Red+Green+Blue) = 70+224+48=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #46E030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E030 is #B91FCF. Grayscale: #9E9E9E. Windows color (decimal): -12132304 or 3203142. OLE color: 3203142.

HSL color Cylindrical-coordinate representation of color #46E030: hue angle of 112.5º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46E030 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 224 48 -
CMYK 0.69 0 0.79 0.12
HSL 112.5º 0.74% 0.53% -
HSV(B) 112.5º 0.79% 0.88% -
XYZ 29.71 54.83 11.81 -
YUV 157.89 65.98 65.31 -
System Red Green Blue C M Y K H S L
Decimal 70 224 48 0.69 0 0.79 0.12 112.5 0.74 0.53
Hex 46 E0 30 45 0 4F C 70 4A 35
Octal 106 340 60 105 0 117 14 160 112 65
Binary 1000110 11100000 110000 1000101 0 1001111 1100 1110000 1001010 110101

Color Harmonies of #46E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E030

Black with #46E030

Text Example


Text Example

White with #46E030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,224,48); }

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

background-color css

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

 a { background-color: rgb(70,224,48); }

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

border-color css

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

 span { border-color: rgb(70,224,48); }

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