Html Css Color HEX #46F23C Lime Green

📋 copy color: '#46F23C'

red 70 ◦ green 242 ◦ blue 60

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

Shades of Lime Green #46F23C

Tints of Lime Green #46F23C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.05%

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

R = 18.82%
G = 65.05%
B = 16.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#46F23C (or 0x46F23C) is known color: Lime Green. HEX triplet: 46, F2 and 3C. RGB value is (70,242,60). Sum of RGB (Red+Green+Blue) = 70+242+60=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #46F23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F23C is #B90DC3. Grayscale: #AAAAAA. Windows color (decimal): -12127684 or 3994182. OLE color: 3994182.

HSL color Cylindrical-coordinate representation of color #46F23C: hue angle of 116.7º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46F23C is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 242 60 -
CMYK 0.71 0 0.75 0.05
HSL 116.7º 0.88% 0.59% -
HSV(B) 116.7º 0.75% 0.95% -
XYZ 35.09 65.13 15 -
YUV 169.82 66.02 56.8 -
System Red Green Blue C M Y K H S L
Decimal 70 242 60 0.71 0 0.75 0.05 116.7 0.88 0.59
Hex 46 F2 3C 47 0 4B 5 75 58 3B
Octal 106 362 74 107 0 113 5 165 130 73
Binary 1000110 11110010 111100 1000111 0 1001011 101 1110101 1011000 111011

Color Harmonies of #46F23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F23C

Black with #46F23C

Text Example


Text Example

White with #46F23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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