Html Css Color HEX #46B93C Lime Green

📋 copy color: '#46B93C'

red 70 ◦ green 185 ◦ blue 60

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

Shades of Lime Green #46B93C

Tints of Lime Green #46B93C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.73%

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

R = 22.22%
G = 58.73%
B = 19.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#46B93C (or 0x46B93C) is known color: Lime Green. HEX triplet: 46, B9 and 3C. RGB value is (70,185,60). Sum of RGB (Red+Green+Blue) = 70+185+60=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #46B93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B93C is #B946C3. Grayscale: #888888. Windows color (decimal): -12142276 or 3979590. OLE color: 3979590.

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

Color convert

RGB 70 185 60 -
CMYK 0.62 0 0.68 0.27
HSL 115.2º 0.51% 0.48% -
HSV(B) 115.2º 0.68% 0.73% -
XYZ 20.69 36.33 10.2 -
YUV 136.37 84.9 80.66 -
System Red Green Blue C M Y K H S L
Decimal 70 185 60 0.62 0 0.68 0.27 115.2 0.51 0.48
Hex 46 B9 3C 3E 0 44 1B 73 33 30
Octal 106 271 74 76 0 104 33 163 63 60
Binary 1000110 10111001 111100 111110 0 1000100 11011 1110011 110011 110000

Color Harmonies of #46B93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B93C

Black with #46B93C

Text Example


Text Example

White with #46B93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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