Html Css Color HEX #46F345 Lime Green

📋 copy color: '#46F345'

red 70 ◦ green 243 ◦ blue 69

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

Shades of Lime Green #46F345

Tints of Lime Green #46F345

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.61%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 18.32%
G = 63.61%
B = 18.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#46F345 (or 0x46F345) is known color: Lime Green. HEX triplet: 46, F3 and 45. RGB value is (70,243,69). Sum of RGB (Red+Green+Blue) = 70+243+69=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #46F345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F345 is #B90CBA. Grayscale: #ABABAB. Windows color (decimal): -12127419 or 4584262. OLE color: 4584262.

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

Color convert

RGB 70 243 69 -
CMYK 0.71 0 0.72 0.05
HSL 119.66º 0.88% 0.61% -
HSV(B) 119.66º 0.72% 0.95% -
XYZ 35.65 65.83 16.46 -
YUV 171.44 70.19 55.65 -
System Red Green Blue C M Y K H S L
Decimal 70 243 69 0.71 0 0.72 0.05 119.66 0.88 0.61
Hex 46 F3 45 47 0 48 5 78 58 3D
Octal 106 363 105 107 0 110 5 170 130 75
Binary 1000110 11110011 1000101 1000111 0 1001000 101 1111000 1011000 111101

Color Harmonies of #46F345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F345

Black with #46F345

Text Example


Text Example

White with #46F345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,243,69); }

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

background-color css

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

 a { background-color: rgb(70,243,69); }

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

border-color css

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

 span { border-color: rgb(70,243,69); }

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