Html Css Color HEX #46CD30 Lime Green

📋 copy color: '#46CD30'

red 70 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #46CD30

Tints of Lime Green #46CD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 21.67%
G = 63.47%
B = 14.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#46CD30 (or 0x46CD30) is known color: Lime Green. HEX triplet: 46, CD and 30. RGB value is (70,205,48). Sum of RGB (Red+Green+Blue) = 70+205+48=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #46CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CD30 is #B932CF. Grayscale: #939393. Windows color (decimal): -12137168 or 3198278. OLE color: 3198278.

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

Color convert

RGB 70 205 48 -
CMYK 0.66 0 0.77 0.20
HSL 111.59º 0.62% 0.5% -
HSV(B) 111.59º 0.77% 0.8% -
XYZ 24.89 45.18 10.2 -
YUV 146.74 72.27 73.27 -
System Red Green Blue C M Y K H S L
Decimal 70 205 48 0.66 0 0.77 0.20 111.59 0.62 0.5
Hex 46 CD 30 42 0 4D 14 70 3E 32
Octal 106 315 60 102 0 115 24 160 76 62
Binary 1000110 11001101 110000 1000010 0 1001101 10100 1110000 111110 110010

Color Harmonies of #46CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CD30

Black with #46CD30

Text Example


Text Example

White with #46CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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