Html Css Color HEX #46CD3A Lime Green

📋 copy color: '#46CD3A'

red 70 ◦ green 205 ◦ blue 58

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

Shades of Lime Green #46CD3A

Tints of Lime Green #46CD3A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.56%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 21.02%
G = 61.56%
B = 17.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#46CD3A (or 0x46CD3A) is known color: Lime Green. HEX triplet: 46, CD and 3A. RGB value is (70,205,58). Sum of RGB (Red+Green+Blue) = 70+205+58=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CD3A is #B932C5. Grayscale: #949494. Windows color (decimal): -12137158 or 3853638. OLE color: 3853638.

HSL color Cylindrical-coordinate representation of color #46CD3A: hue angle of 115.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46CD3A is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 205 58 -
CMYK 0.66 0 0.72 0.20
HSL 115.1º 0.6% 0.52% -
HSV(B) 115.1º 0.72% 0.8% -
XYZ 25.12 45.27 11.42 -
YUV 147.88 77.27 72.45 -
System Red Green Blue C M Y K H S L
Decimal 70 205 58 0.66 0 0.72 0.20 115.1 0.6 0.52
Hex 46 CD 3A 42 0 48 14 73 3C 34
Octal 106 315 72 102 0 110 24 163 74 64
Binary 1000110 11001101 111010 1000010 0 1001000 10100 1110011 111100 110100

Color Harmonies of #46CD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CD3A

Black with #46CD3A

Text Example


Text Example

White with #46CD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,205,58); }

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

background-color css

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

 a { background-color: rgb(70,205,58); }

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

border-color css

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

 span { border-color: rgb(70,205,58); }

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