Html Css Color HEX #46CA2A Lime Green

📋 copy color: '#46CA2A'

red 70 ◦ green 202 ◦ blue 42

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

Shades of Lime Green #46CA2A

Tints of Lime Green #46CA2A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.33%

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 22.29%
G = 64.33%
B = 13.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#46CA2A (or 0x46CA2A) is known color: Lime Green. HEX triplet: 46, CA and 2A. RGB value is (70,202,42). Sum of RGB (Red+Green+Blue) = 70+202+42=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CA2A is #B935D5. Grayscale: #909090. Windows color (decimal): -12137942 or 2804294. OLE color: 2804294.

HSL color Cylindrical-coordinate representation of color #46CA2A: hue angle of 109.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46CA2A is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 202 42 -
CMYK 0.65 0 0.79 0.21
HSL 109.5º 0.66% 0.48% -
HSV(B) 109.5º 0.79% 0.79% -
XYZ 24.06 43.71 9.36 -
YUV 144.29 70.27 75.01 -
System Red Green Blue C M Y K H S L
Decimal 70 202 42 0.65 0 0.79 0.21 109.5 0.66 0.48
Hex 46 CA 2A 41 0 4F 15 6E 42 30
Octal 106 312 52 101 0 117 25 156 102 60
Binary 1000110 11001010 101010 1000001 0 1001111 10101 1101110 1000010 110000

Color Harmonies of #46CA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CA2A

Black with #46CA2A

Text Example


Text Example

White with #46CA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,202,42); }

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

background-color css

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

 a { background-color: rgb(70,202,42); }

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

border-color css

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

 span { border-color: rgb(70,202,42); }

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