Html Css Color HEX #46CF27 Lime Green

📋 copy color: '#46CF27'

red 70 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #46CF27

Tints of Lime Green #46CF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 22.15%
G = 65.51%
B = 12.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#46CF27 (or 0x46CF27) is known color: Lime Green. HEX triplet: 46, CF and 27. RGB value is (70,207,39). Sum of RGB (Red+Green+Blue) = 70+207+39=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CF27 is #B930D8. Grayscale: #939393. Windows color (decimal): -12136665 or 2608966. OLE color: 2608966.

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

Color convert

RGB 70 207 39 -
CMYK 0.66 0 0.81 0.19
HSL 108.93º 0.68% 0.48% -
HSV(B) 108.93º 0.81% 0.81% -
XYZ 25.2 46.07 9.48 -
YUV 146.89 67.11 73.16 -
System Red Green Blue C M Y K H S L
Decimal 70 207 39 0.66 0 0.81 0.19 108.93 0.68 0.48
Hex 46 CF 27 42 0 51 13 6D 44 30
Octal 106 317 47 102 0 121 23 155 104 60
Binary 1000110 11001111 100111 1000010 0 1010001 10011 1101101 1000100 110000

Color Harmonies of #46CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CF27

Black with #46CF27

Text Example


Text Example

White with #46CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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