Html Css Color HEX #46F12D Lime Green

📋 copy color: '#46F12D'

red 70 ◦ green 241 ◦ blue 45

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

Shades of Lime Green #46F12D

Tints of Lime Green #46F12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.7%

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 19.66%
G = 67.7%
B = 12.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#46F12D (or 0x46F12D) is known color: Lime Green. HEX triplet: 46, F1 and 2D. RGB value is (70,241,45). Sum of RGB (Red+Green+Blue) = 70+241+45=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 241 (94.53% from 255 or 67.70% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 241 - color contains mainly: green. Hex color #46F12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F12D is #B90ED2. Grayscale: #A8A8A8. Windows color (decimal): -12127955 or 3010886. OLE color: 3010886.

HSL color Cylindrical-coordinate representation of color #46F12D: hue angle of 112.35º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46F12D is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 241 45 -
CMYK 0.71 0 0.81 0.05
HSL 112.35º 0.88% 0.56% -
HSV(B) 112.35º 0.81% 0.95% -
XYZ 34.45 64.4 13.1 -
YUV 167.53 58.85 58.44 -
System Red Green Blue C M Y K H S L
Decimal 70 241 45 0.71 0 0.81 0.05 112.35 0.88 0.56
Hex 46 F1 2D 47 0 51 5 70 58 38
Octal 106 361 55 107 0 121 5 160 130 70
Binary 1000110 11110001 101101 1000111 0 1010001 101 1110000 1011000 111000

Color Harmonies of #46F12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F12D

Black with #46F12D

Text Example


Text Example

White with #46F12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,241,45); }

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

background-color css

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

 a { background-color: rgb(70,241,45); }

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

border-color css

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

 span { border-color: rgb(70,241,45); }

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