Html Css Color HEX #46D92D Lime Green

📋 copy color: '#46D92D'

red 70 ◦ green 217 ◦ blue 45

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

Shades of Lime Green #46D92D

Tints of Lime Green #46D92D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.36%

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 21.08%
G = 65.36%
B = 13.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#46D92D (or 0x46D92D) is known color: Lime Green. HEX triplet: 46, D9 and 2D. RGB value is (70,217,45). Sum of RGB (Red+Green+Blue) = 70+217+45=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #46D92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D92D is #B926D2. Grayscale: #999999. Windows color (decimal): -12134099 or 3004742. OLE color: 3004742.

HSL color Cylindrical-coordinate representation of color #46D92D: hue angle of 111.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46D92D is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 217 45 -
CMYK 0.68 0 0.79 0.15
HSL 111.28º 0.69% 0.51% -
HSV(B) 111.28º 0.79% 0.85% -
XYZ 27.81 51.12 10.88 -
YUV 153.44 66.8 68.49 -
System Red Green Blue C M Y K H S L
Decimal 70 217 45 0.68 0 0.79 0.15 111.28 0.69 0.51
Hex 46 D9 2D 44 0 4F F 6F 45 33
Octal 106 331 55 104 0 117 17 157 105 63
Binary 1000110 11011001 101101 1000100 0 1001111 1111 1101111 1000101 110011

Color Harmonies of #46D92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D92D

Black with #46D92D

Text Example


Text Example

White with #46D92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,217,45); }

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

background-color css

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

 a { background-color: rgb(70,217,45); }

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

border-color css

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

 span { border-color: rgb(70,217,45); }

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