Html Css Color HEX #46E434 Lime Green

📋 copy color: '#46E434'

red 70 ◦ green 228 ◦ blue 52

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

Shades of Lime Green #46E434

Tints of Lime Green #46E434

RGB

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

 GREEN value IS 228 (89.45% from 255) = 65.14%

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 20%
G = 65.14%
B = 14.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#46E434 (or 0x46E434) is known color: Lime Green. HEX triplet: 46, E4 and 34. RGB value is (70,228,52). Sum of RGB (Red+Green+Blue) = 70+228+52=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 228 (89.45% from 255 or 65.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 228 - color contains mainly: green. Hex color #46E434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E434 is #B91BCB. Grayscale: #A1A1A1. Windows color (decimal): -12131276 or 3466310. OLE color: 3466310.

HSL color Cylindrical-coordinate representation of color #46E434: hue angle of 113.86º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46E434 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 228 52 -
CMYK 0.69 0 0.77 0.11
HSL 113.86º 0.77% 0.55% -
HSV(B) 113.86º 0.77% 0.89% -
XYZ 30.89 57.04 12.63 -
YUV 160.69 66.65 63.31 -
System Red Green Blue C M Y K H S L
Decimal 70 228 52 0.69 0 0.77 0.11 113.86 0.77 0.55
Hex 46 E4 34 45 0 4D B 72 4D 37
Octal 106 344 64 105 0 115 13 162 115 67
Binary 1000110 11100100 110100 1000101 0 1001101 1011 1110010 1001101 110111

Color Harmonies of #46E434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E434

Black with #46E434

Text Example


Text Example

White with #46E434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,228,52); }

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

background-color css

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

 a { background-color: rgb(70,228,52); }

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

border-color css

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

 span { border-color: rgb(70,228,52); }

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