Html Css Color HEX #46F144 Lime Green

📋 copy color: '#46F144'

red 70 ◦ green 241 ◦ blue 68

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

Shades of Lime Green #46F144

Tints of Lime Green #46F144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.59%

 BLUE value IS 68 (26.95% from 255) = 17.94%

R = 18.47%
G = 63.59%
B = 17.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#46F144 (or 0x46F144) is known color: Lime Green. HEX triplet: 46, F1 and 44. RGB value is (70,241,68). Sum of RGB (Red+Green+Blue) = 70+241+68=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #46F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F144 is #B90EBB. Grayscale: #AAAAAA. Windows color (decimal): -12127932 or 4518214. OLE color: 4518214.

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

Color convert

RGB 70 241 68 -
CMYK 0.71 0 0.72 0.05
HSL 119.31º 0.86% 0.61% -
HSV(B) 119.31º 0.72% 0.95% -
XYZ 35.02 64.63 16.1 -
YUV 170.15 70.35 56.57 -
System Red Green Blue C M Y K H S L
Decimal 70 241 68 0.71 0 0.72 0.05 119.31 0.86 0.61
Hex 46 F1 44 47 0 48 5 77 56 3D
Octal 106 361 104 107 0 110 5 167 126 75
Binary 1000110 11110001 1000100 1000111 0 1001000 101 1110111 1010110 111101

Color Harmonies of #46F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F144

Black with #46F144

Text Example


Text Example

White with #46F144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,241,68); }

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

background-color css

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

 a { background-color: rgb(70,241,68); }

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

border-color css

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

 span { border-color: rgb(70,241,68); }

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