Html Css Color HEX #46CC3C Lime Green

📋 copy color: '#46CC3C'

red 70 ◦ green 204 ◦ blue 60

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

Shades of Lime Green #46CC3C

Tints of Lime Green #46CC3C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 61.08%

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

R = 20.96%
G = 61.08%
B = 17.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#46CC3C (or 0x46CC3C) is known color: Lime Green. HEX triplet: 46, CC and 3C. RGB value is (70,204,60). Sum of RGB (Red+Green+Blue) = 70+204+60=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CC3C is #B933C3. Grayscale: #939393. Windows color (decimal): -12137412 or 3984454. OLE color: 3984454.

HSL color Cylindrical-coordinate representation of color #46CC3C: hue angle of 115.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46CC3C is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 204 60 -
CMYK 0.66 0 0.71 0.2
HSL 115.83º 0.59% 0.52% -
HSV(B) 115.83º 0.71% 0.8% -
XYZ 24.93 44.81 11.61 -
YUV 147.52 78.61 72.71 -
System Red Green Blue C M Y K H S L
Decimal 70 204 60 0.66 0 0.71 0.2 115.83 0.59 0.52
Hex 46 CC 3C 42 0 47 14 74 3B 34
Octal 106 314 74 102 0 107 24 164 73 64
Binary 1000110 11001100 111100 1000010 0 1000111 10100 1110100 111011 110100

Color Harmonies of #46CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CC3C

Black with #46CC3C

Text Example


Text Example

White with #46CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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