Html Css Color HEX #46C01F Kelly Green

📋 copy color: '#46C01F'

red 70 ◦ green 192 ◦ blue 31

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

Shades of Kelly Green #46C01F

Tints of Kelly Green #46C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.53%

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 23.89%
G = 65.53%
B = 10.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#46C01F (or 0x46C01F) is known color: Kelly Green. HEX triplet: 46, C0 and 1F. RGB value is (70,192,31). Sum of RGB (Red+Green+Blue) = 70+192+31=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #46C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C01F is #B93FE0. Grayscale: #898989. Windows color (decimal): -12140513 or 2080838. OLE color: 2080838.

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

Color convert

RGB 70 192 31 -
CMYK 0.64 0 0.84 0.25
HSL 105.47º 0.72% 0.44% -
HSV(B) 105.47º 0.84% 0.75% -
XYZ 21.62 39.1 7.7 -
YUV 137.17 68.08 80.09 -
System Red Green Blue C M Y K H S L
Decimal 70 192 31 0.64 0 0.84 0.25 105.47 0.72 0.44
Hex 46 C0 1F 40 0 54 19 69 48 2C
Octal 106 300 37 100 0 124 31 151 110 54
Binary 1000110 11000000 11111 1000000 0 1010100 11001 1101001 1001000 101100

Color Harmonies of #46C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C01F

Black with #46C01F

Text Example


Text Example

White with #46C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,192,31); }

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

background-color css

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

 a { background-color: rgb(70,192,31); }

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

border-color css

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

 span { border-color: rgb(70,192,31); }

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