Html Css Color HEX #46CC3D Lime Green

📋 copy color: '#46CC3D'

red 70 ◦ green 204 ◦ blue 61

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

Shades of Lime Green #46CC3D

Tints of Lime Green #46CC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 20.9%
G = 60.9%
B = 18.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#46CC3D (or 0x46CC3D) is known color: Lime Green. HEX triplet: 46, CC and 3D. RGB value is (70,204,61). Sum of RGB (Red+Green+Blue) = 70+204+61=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CC3D is #B933C2. Grayscale: #949494. Windows color (decimal): -12137411 or 4049990. OLE color: 4049990.

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

Color convert

RGB 70 204 61 -
CMYK 0.66 0 0.70 0.2
HSL 116.22º 0.58% 0.52% -
HSV(B) 116.22º 0.7% 0.8% -
XYZ 24.96 44.82 11.75 -
YUV 147.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 70 204 61 0.66 0 0.70 0.2 116.22 0.58 0.52
Hex 46 CC 3D 42 0 46 14 74 3A 34
Octal 106 314 75 102 0 106 24 164 72 64
Binary 1000110 11001100 111101 1000010 0 1000110 10100 1110100 111010 110100

Color Harmonies of #46CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CC3D

Black with #46CC3D

Text Example


Text Example

White with #46CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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