Html Css Color HEX #46CF34 Lime Green

📋 copy color: '#46CF34'

red 70 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #46CF34

Tints of Lime Green #46CF34

RGB

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

 GREEN value IS 207 (81.25% from 255) = 62.92%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 21.28%
G = 62.92%
B = 15.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#46CF34 (or 0x46CF34) is known color: Lime Green. HEX triplet: 46, CF and 34. RGB value is (70,207,52). Sum of RGB (Red+Green+Blue) = 70+207+52=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CF34 is #B930CB. Grayscale: #949494. Windows color (decimal): -12136652 or 3460934. OLE color: 3460934.

HSL color Cylindrical-coordinate representation of color #46CF34: hue angle of 113.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46CF34 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 207 52 -
CMYK 0.66 0 0.75 0.19
HSL 113.03º 0.62% 0.51% -
HSV(B) 113.03º 0.75% 0.81% -
XYZ 25.46 46.18 10.82 -
YUV 148.37 73.61 72.1 -
System Red Green Blue C M Y K H S L
Decimal 70 207 52 0.66 0 0.75 0.19 113.03 0.62 0.51
Hex 46 CF 34 42 0 4B 13 71 3E 33
Octal 106 317 64 102 0 113 23 161 76 63
Binary 1000110 11001111 110100 1000010 0 1001011 10011 1110001 111110 110011

Color Harmonies of #46CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CF34

Black with #46CF34

Text Example


Text Example

White with #46CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,207,52); }

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

background-color css

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

 a { background-color: rgb(70,207,52); }

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

border-color css

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

 span { border-color: rgb(70,207,52); }

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