Html Css Color HEX #46D453 Lime Green

📋 copy color: '#46D453'

red 70 ◦ green 212 ◦ blue 83

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

Shades of Lime Green #46D453

Tints of Lime Green #46D453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 19.18%
G = 58.08%
B = 22.74%

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

#46D453 (or 0x46D453) is known color: Lime Green. HEX triplet: 46, D4 and 53. RGB value is (70,212,83). Sum of RGB (Red+Green+Blue) = 70+212+83=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #46D453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D453 is #B92BAC. Grayscale: #9B9B9B. Windows color (decimal): -12135341 or 5493830. OLE color: 5493830.

HSL color Cylindrical-coordinate representation of color #46D453: hue angle of 125.49º 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 #46D453 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 70 212 83 -
CMYK 0.67 0 0.61 0.17
HSL 125.49º 0.62% 0.55% -
HSV(B) 125.49º 0.67% 0.83% -
XYZ 27.63 49.01 16.19 -
YUV 154.84 87.46 67.49 -
System Red Green Blue C M Y K H S L
Decimal 70 212 83 0.67 0 0.61 0.17 125.49 0.62 0.55
Hex 46 D4 53 43 0 3D 11 7D 3E 37
Octal 106 324 123 103 0 75 21 175 76 67
Binary 1000110 11010100 1010011 1000011 0 111101 10001 1111101 111110 110111

Color Harmonies of #46D453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D453

Black with #46D453

Text Example


Text Example

White with #46D453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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