Html Css Color HEX #46D630 Lime Green

📋 copy color: '#46D630'

red 70 ◦ green 214 ◦ blue 48

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

Shades of Lime Green #46D630

Tints of Lime Green #46D630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.46%

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

R = 21.08%
G = 64.46%
B = 14.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#46D630 (or 0x46D630) is known color: Lime Green. HEX triplet: 46, D6 and 30. RGB value is (70,214,48). Sum of RGB (Red+Green+Blue) = 70+214+48=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 214 (83.98% from 255 or 64.46% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 214 - color contains mainly: green. Hex color #46D630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D630 is #B929CF. Grayscale: #989898. Windows color (decimal): -12134864 or 3200582. OLE color: 3200582.

HSL color Cylindrical-coordinate representation of color #46D630: hue angle of 112.05º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46D630 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 214 48 -
CMYK 0.67 0 0.78 0.16
HSL 112.05º 0.67% 0.51% -
HSV(B) 112.05º 0.78% 0.84% -
XYZ 27.11 49.61 10.94 -
YUV 152.02 69.29 69.5 -
System Red Green Blue C M Y K H S L
Decimal 70 214 48 0.67 0 0.78 0.16 112.05 0.67 0.51
Hex 46 D6 30 43 0 4E 10 70 43 33
Octal 106 326 60 103 0 116 20 160 103 63
Binary 1000110 11010110 110000 1000011 0 1001110 10000 1110000 1000011 110011

Color Harmonies of #46D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D630

Black with #46D630

Text Example


Text Example

White with #46D630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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