Html Css Color HEX #46DE28 Lime Green

📋 copy color: '#46DE28'

red 70 ◦ green 222 ◦ blue 40

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

Shades of Lime Green #46DE28

Tints of Lime Green #46DE28

RGB

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

 GREEN value IS 222 (87.11% from 255) = 66.87%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 21.08%
G = 66.87%
B = 12.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#46DE28 (or 0x46DE28) is known color: Lime Green. HEX triplet: 46, DE and 28. RGB value is (70,222,40). Sum of RGB (Red+Green+Blue) = 70+222+40=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 222 (87.11% from 255 or 66.87% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DE28 is #B921D7. Grayscale: #9C9C9C. Windows color (decimal): -12132824 or 2678342. OLE color: 2678342.

HSL color Cylindrical-coordinate representation of color #46DE28: hue angle of 110.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46DE28 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 222 40 -
CMYK 0.68 0 0.82 0.13
HSL 110.11º 0.73% 0.51% -
HSV(B) 110.11º 0.82% 0.87% -
XYZ 29.03 53.7 10.84 -
YUV 155.8 62.64 66.8 -
System Red Green Blue C M Y K H S L
Decimal 70 222 40 0.68 0 0.82 0.13 110.11 0.73 0.51
Hex 46 DE 28 44 0 52 D 6E 49 33
Octal 106 336 50 104 0 122 15 156 111 63
Binary 1000110 11011110 101000 1000100 0 1010010 1101 1101110 1001001 110011

Color Harmonies of #46DE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DE28

Black with #46DE28

Text Example


Text Example

White with #46DE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,222,40); }

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

background-color css

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

 a { background-color: rgb(70,222,40); }

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

border-color css

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

 span { border-color: rgb(70,222,40); }

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