Html Css Color HEX #46D225 Lime Green

📋 copy color: '#46D225'

red 70 ◦ green 210 ◦ blue 37

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

Shades of Lime Green #46D225

Tints of Lime Green #46D225

RGB

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

 GREEN value IS 210 (82.42% from 255) = 66.25%

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 22.08%
G = 66.25%
B = 11.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#46D225 (or 0x46D225) is known color: Lime Green. HEX triplet: 46, D2 and 25. RGB value is (70,210,37). Sum of RGB (Red+Green+Blue) = 70+210+37=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #46D225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D225 is #B92DDA. Grayscale: #949494. Windows color (decimal): -12135899 or 2478662. OLE color: 2478662.

HSL color Cylindrical-coordinate representation of color #46D225: hue angle of 108.55º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46D225 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 210 37 -
CMYK 0.67 0 0.82 0.18
HSL 108.55º 0.7% 0.48% -
HSV(B) 108.55º 0.82% 0.82% -
XYZ 25.91 47.53 9.56 -
YUV 148.42 65.12 72.07 -
System Red Green Blue C M Y K H S L
Decimal 70 210 37 0.67 0 0.82 0.18 108.55 0.7 0.48
Hex 46 D2 25 43 0 52 12 6D 46 30
Octal 106 322 45 103 0 122 22 155 106 60
Binary 1000110 11010010 100101 1000011 0 1010010 10010 1101101 1000110 110000

Color Harmonies of #46D225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D225

Black with #46D225

Text Example


Text Example

White with #46D225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,210,37); }

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

background-color css

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

 a { background-color: rgb(70,210,37); }

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

border-color css

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

 span { border-color: rgb(70,210,37); }

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