Html Css Color HEX #46C200 Kelly Green

📋 copy color: '#46C200'

red 70 ◦ green 194 ◦ blue 0

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

Shades of Kelly Green #46C200

Tints of Kelly Green #46C200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 73.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.52%
G = 73.48%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#46C200 (or 0x46C200) is known color: Kelly Green. HEX triplet: 46, C2 and 00. RGB value is (70,194,0). Sum of RGB (Red+Green+Blue) = 70+194+0=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #46C200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C200 is #B93DFF. Grayscale: #878787. Windows color (decimal): -12140032 or 49734. OLE color: 49734.

HSL color Cylindrical-coordinate representation of color #46C200: hue angle of 98.35º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46C200 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 194 0 -
CMYK 0.64 0 1 0.24
HSL 98.35º 1% 0.38% -
HSV(B) 98.35º 1% 0.76% -
XYZ 21.82 39.89 6.55 -
YUV 134.81 51.92 81.77 -
System Red Green Blue C M Y K H S L
Decimal 70 194 0 0.64 0 1 0.24 98.35 1 0.38
Hex 46 C2 0 40 0 64 18 62 64 26
Octal 106 302 0 100 0 144 30 142 144 46
Binary 1000110 11000010 0 1000000 0 1100100 11000 1100010 1100100 100110

Color Harmonies of #46C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C200

Black with #46C200

Text Example


Text Example

White with #46C200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,194,0); }

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

background-color css

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

 a { background-color: rgb(70,194,0); }

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

border-color css

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

 span { border-color: rgb(70,194,0); }

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