Html Css Color HEX #46BF44 Lime Green

📋 copy color: '#46BF44'

red 70 ◦ green 191 ◦ blue 68

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

Shades of Lime Green #46BF44

Tints of Lime Green #46BF44

RGB

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

 GREEN value IS 191 (75% from 255) = 58.05%

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

R = 21.28%
G = 58.05%
B = 20.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#46BF44 (or 0x46BF44) is known color: Lime Green. HEX triplet: 46, BF and 44. RGB value is (70,191,68). Sum of RGB (Red+Green+Blue) = 70+191+68=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF44 is #B940BB. Grayscale: #8D8D8D. Windows color (decimal): -12140732 or 4505414. OLE color: 4505414.

HSL color Cylindrical-coordinate representation of color #46BF44: hue angle of 119.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46BF44 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 191 68 -
CMYK 0.63 0 0.64 0.25
HSL 119.02º 0.49% 0.51% -
HSV(B) 119.02º 0.64% 0.75% -
XYZ 22.2 38.98 11.82 -
YUV 140.8 86.91 77.5 -
System Red Green Blue C M Y K H S L
Decimal 70 191 68 0.63 0 0.64 0.25 119.02 0.49 0.51
Hex 46 BF 44 3F 0 40 19 77 31 33
Octal 106 277 104 77 0 100 31 167 61 63
Binary 1000110 10111111 1000100 111111 0 1000000 11001 1110111 110001 110011

Color Harmonies of #46BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BF44

Black with #46BF44

Text Example


Text Example

White with #46BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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