Html Css Color HEX #46CA3C Lime Green

📋 copy color: '#46CA3C'

red 70 ◦ green 202 ◦ blue 60

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

Shades of Lime Green #46CA3C

Tints of Lime Green #46CA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 21.08%
G = 60.84%
B = 18.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#46CA3C (or 0x46CA3C) is known color: Lime Green. HEX triplet: 46, CA and 3C. RGB value is (70,202,60). Sum of RGB (Red+Green+Blue) = 70+202+60=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CA3C is #B935C3. Grayscale: #929292. Windows color (decimal): -12137924 or 3983942. OLE color: 3983942.

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

Color convert

RGB 70 202 60 -
CMYK 0.65 0 0.70 0.21
HSL 115.77º 0.57% 0.51% -
HSV(B) 115.77º 0.7% 0.79% -
XYZ 24.46 43.87 11.45 -
YUV 146.34 79.27 73.55 -
System Red Green Blue C M Y K H S L
Decimal 70 202 60 0.65 0 0.70 0.21 115.77 0.57 0.51
Hex 46 CA 3C 41 0 46 15 74 39 33
Octal 106 312 74 101 0 106 25 164 71 63
Binary 1000110 11001010 111100 1000001 0 1000110 10101 1110100 111001 110011

Color Harmonies of #46CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CA3C

Black with #46CA3C

Text Example


Text Example

White with #46CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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