Html Css Color HEX #46BE30 Lime Green

📋 copy color: '#46BE30'

red 70 ◦ green 190 ◦ blue 48

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

Shades of Lime Green #46BE30

Tints of Lime Green #46BE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.69%

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

R = 22.73%
G = 61.69%
B = 15.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#46BE30 (or 0x46BE30) is known color: Lime Green. HEX triplet: 46, BE and 30. RGB value is (70,190,48). Sum of RGB (Red+Green+Blue) = 70+190+48=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BE30 is #B941CF. Grayscale: #8A8A8A. Windows color (decimal): -12141008 or 3194438. OLE color: 3194438.

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

Color convert

RGB 70 190 48 -
CMYK 0.63 0 0.75 0.25
HSL 110.7º 0.6% 0.47% -
HSV(B) 110.7º 0.75% 0.75% -
XYZ 21.47 38.34 9.07 -
YUV 137.93 77.24 79.55 -
System Red Green Blue C M Y K H S L
Decimal 70 190 48 0.63 0 0.75 0.25 110.7 0.6 0.47
Hex 46 BE 30 3F 0 4B 19 6F 3C 2F
Octal 106 276 60 77 0 113 31 157 74 57
Binary 1000110 10111110 110000 111111 0 1001011 11001 1101111 111100 101111

Color Harmonies of #46BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BE30

Black with #46BE30

Text Example


Text Example

White with #46BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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