Html Css Color HEX #46DD4B Lime Green

📋 copy color: '#46DD4B'

red 70 ◦ green 221 ◦ blue 75

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

Shades of Lime Green #46DD4B

Tints of Lime Green #46DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.38%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 19.13%
G = 60.38%
B = 20.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#46DD4B (or 0x46DD4B) is known color: Lime Green. HEX triplet: 46, DD and 4B. RGB value is (70,221,75). Sum of RGB (Red+Green+Blue) = 70+221+75=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD4B is #B922B4. Grayscale: #9F9F9F. Windows color (decimal): -12133045 or 4971846. OLE color: 4971846.

HSL color Cylindrical-coordinate representation of color #46DD4B: hue angle of 121.99º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DD4B is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 75 -
CMYK 0.68 0 0.66 0.13
HSL 121.99º 0.69% 0.57% -
HSV(B) 121.99º 0.68% 0.87% -
XYZ 29.65 53.52 15.42 -
YUV 159.21 80.47 64.37 -
System Red Green Blue C M Y K H S L
Decimal 70 221 75 0.68 0 0.66 0.13 121.99 0.69 0.57
Hex 46 DD 4B 44 0 42 D 7A 45 39
Octal 106 335 113 104 0 102 15 172 105 71
Binary 1000110 11011101 1001011 1000100 0 1000010 1101 1111010 1000101 111001

Color Harmonies of #46DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DD4B

Black with #46DD4B

Text Example


Text Example

White with #46DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,221,75); }

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

background-color css

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

 a { background-color: rgb(70,221,75); }

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

border-color css

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

 span { border-color: rgb(70,221,75); }

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