Html Css Color HEX #46D452 Lime Green

📋 copy color: '#46D452'

red 70 ◦ green 212 ◦ blue 82

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

Shades of Lime Green #46D452

Tints of Lime Green #46D452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.24%

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 19.23%
G = 58.24%
B = 22.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#46D452 (or 0x46D452) is known color: Lime Green. HEX triplet: 46, D4 and 52. RGB value is (70,212,82). Sum of RGB (Red+Green+Blue) = 70+212+82=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #46D452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D452 is #B92BAD. Grayscale: #9B9B9B. Windows color (decimal): -12135342 or 5428294. OLE color: 5428294.

HSL color Cylindrical-coordinate representation of color #46D452: hue angle of 125.07º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D452 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 70 212 82 -
CMYK 0.67 0 0.61 0.17
HSL 125.07º 0.62% 0.55% -
HSV(B) 125.07º 0.67% 0.83% -
XYZ 27.59 49 15.99 -
YUV 154.72 86.96 67.57 -
System Red Green Blue C M Y K H S L
Decimal 70 212 82 0.67 0 0.61 0.17 125.07 0.62 0.55
Hex 46 D4 52 43 0 3D 11 7D 3E 37
Octal 106 324 122 103 0 75 21 175 76 67
Binary 1000110 11010100 1010010 1000011 0 111101 10001 1111101 111110 110111

Color Harmonies of #46D452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D452

Black with #46D452

Text Example


Text Example

White with #46D452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,212,82); }

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

background-color css

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

 a { background-color: rgb(70,212,82); }

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

border-color css

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

 span { border-color: rgb(70,212,82); }

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