Html Css Color HEX #46F233 Lime Green

📋 copy color: '#46F233'

red 70 ◦ green 242 ◦ blue 51

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

Shades of Lime Green #46F233

Tints of Lime Green #46F233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.05%

R = 19.28%
G = 66.67%
B = 14.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#46F233 (or 0x46F233) is known color: Lime Green. HEX triplet: 46, F2 and 33. RGB value is (70,242,51). Sum of RGB (Red+Green+Blue) = 70+242+51=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #46F233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F233 is #B90DCC. Grayscale: #A9A9A9. Windows color (decimal): -12127693 or 3404358. OLE color: 3404358.

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

Color convert

RGB 70 242 51 -
CMYK 0.71 0 0.79 0.05
HSL 114.03º 0.88% 0.57% -
HSV(B) 114.03º 0.79% 0.95% -
XYZ 34.88 65.05 13.85 -
YUV 168.8 61.52 57.53 -
System Red Green Blue C M Y K H S L
Decimal 70 242 51 0.71 0 0.79 0.05 114.03 0.88 0.57
Hex 46 F2 33 47 0 4F 5 72 58 39
Octal 106 362 63 107 0 117 5 162 130 71
Binary 1000110 11110010 110011 1000111 0 1001111 101 1110010 1011000 111001

Color Harmonies of #46F233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F233

Black with #46F233

Text Example


Text Example

White with #46F233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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