Html Css Color HEX #46D01C Kelly Green

📋 copy color: '#46D01C'

red 70 ◦ green 208 ◦ blue 28

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

Shades of Kelly Green #46D01C

Tints of Kelly Green #46D01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.97%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 22.88%
G = 67.97%
B = 9.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#46D01C (or 0x46D01C) is known color: Kelly Green. HEX triplet: 46, D0 and 1C. RGB value is (70,208,28). Sum of RGB (Red+Green+Blue) = 70+208+28=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #46D01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D01C is #B92FE3. Grayscale: #929292. Windows color (decimal): -12136420 or 1888326. OLE color: 1888326.

HSL color Cylindrical-coordinate representation of color #46D01C: hue angle of 106º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46D01C is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 208 28 -
CMYK 0.66 0 0.87 0.18
HSL 106º 0.76% 0.46% -
HSV(B) 106º 0.87% 0.82% -
XYZ 25.29 46.5 8.74 -
YUV 146.22 61.28 73.64 -
System Red Green Blue C M Y K H S L
Decimal 70 208 28 0.66 0 0.87 0.18 106 0.76 0.46
Hex 46 D0 1C 42 0 57 12 6A 4C 2E
Octal 106 320 34 102 0 127 22 152 114 56
Binary 1000110 11010000 11100 1000010 0 1010111 10010 1101010 1001100 101110

Color Harmonies of #46D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D01C

Black with #46D01C

Text Example


Text Example

White with #46D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,208,28); }

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

background-color css

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

 a { background-color: rgb(70,208,28); }

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

border-color css

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

 span { border-color: rgb(70,208,28); }

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