Html Css Color HEX #46EF38 Lime Green

📋 copy color: '#46EF38'

red 70 ◦ green 239 ◦ blue 56

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

Shades of Lime Green #46EF38

Tints of Lime Green #46EF38

RGB

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

 GREEN value IS 239 (93.75% from 255) = 65.48%

 BLUE value IS 56 (22.27% from 255) = 15.34%

R = 19.18%
G = 65.48%
B = 15.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#46EF38 (or 0x46EF38) is known color: Lime Green. HEX triplet: 46, EF and 38. RGB value is (70,239,56). Sum of RGB (Red+Green+Blue) = 70+239+56=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 239 (93.75% from 255 or 65.48% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EF38 is #B910C7. Grayscale: #A8A8A8. Windows color (decimal): -12128456 or 3731270. OLE color: 3731270.

HSL color Cylindrical-coordinate representation of color #46EF38: hue angle of 115.41º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46EF38 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 239 56 -
CMYK 0.71 0 0.77 0.06
HSL 115.41º 0.85% 0.58% -
HSV(B) 115.41º 0.77% 0.94% -
XYZ 34.11 63.32 14.17 -
YUV 167.61 65.01 58.38 -
System Red Green Blue C M Y K H S L
Decimal 70 239 56 0.71 0 0.77 0.06 115.41 0.85 0.58
Hex 46 EF 38 47 0 4D 6 73 55 3A
Octal 106 357 70 107 0 115 6 163 125 72
Binary 1000110 11101111 111000 1000111 0 1001101 110 1110011 1010101 111010

Color Harmonies of #46EF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EF38

Black with #46EF38

Text Example


Text Example

White with #46EF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,239,56); }

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

background-color css

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

 a { background-color: rgb(70,239,56); }

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

border-color css

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

 span { border-color: rgb(70,239,56); }

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