Html Css Color HEX #46C130 Lime Green

📋 copy color: '#46C130'

red 70 ◦ green 193 ◦ blue 48

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

Shades of Lime Green #46C130

Tints of Lime Green #46C130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.06%

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

R = 22.51%
G = 62.06%
B = 15.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#46C130 (or 0x46C130) is known color: Lime Green. HEX triplet: 46, C1 and 30. RGB value is (70,193,48). Sum of RGB (Red+Green+Blue) = 70+193+48=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #46C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C130 is #B93ECF. Grayscale: #8C8C8C. Windows color (decimal): -12140240 or 3195206. OLE color: 3195206.

HSL color Cylindrical-coordinate representation of color #46C130: hue angle of 110.9º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46C130 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 193 48 -
CMYK 0.64 0 0.75 0.24
HSL 110.9º 0.6% 0.47% -
HSV(B) 110.9º 0.75% 0.76% -
XYZ 22.13 39.66 9.28 -
YUV 139.69 76.25 78.29 -
System Red Green Blue C M Y K H S L
Decimal 70 193 48 0.64 0 0.75 0.24 110.9 0.6 0.47
Hex 46 C1 30 40 0 4B 18 6F 3C 2F
Octal 106 301 60 100 0 113 30 157 74 57
Binary 1000110 11000001 110000 1000000 0 1001011 11000 1101111 111100 101111

Color Harmonies of #46C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C130

Black with #46C130

Text Example


Text Example

White with #46C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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