Html Css Color HEX #46CC00 Kelly Green

📋 copy color: '#46CC00'

red 70 ◦ green 204 ◦ blue 0

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

Shades of Kelly Green #46CC00

Tints of Kelly Green #46CC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 74.45%

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

R = 25.55%
G = 74.45%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#46CC00 (or 0x46CC00) is known color: Kelly Green. HEX triplet: 46, CC and 00. RGB value is (70,204,0). Sum of RGB (Red+Green+Blue) = 70+204+0=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CC00 is #B933FF. Grayscale: #8D8D8D. Windows color (decimal): -12137472 or 52294. OLE color: 52294.

HSL color Cylindrical-coordinate representation of color #46CC00: hue angle of 99.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46CC00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 204 0 -
CMYK 0.66 0 1 0.2
HSL 99.41º 1% 0.4% -
HSV(B) 99.41º 1% 0.8% -
XYZ 24.12 44.49 7.32 -
YUV 140.68 48.61 77.59 -
System Red Green Blue C M Y K H S L
Decimal 70 204 0 0.66 0 1 0.2 99.41 1 0.4
Hex 46 CC 0 42 0 64 14 63 64 28
Octal 106 314 0 102 0 144 24 143 144 50
Binary 1000110 11001100 0 1000010 0 1100100 10100 1100011 1100100 101000

Color Harmonies of #46CC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CC00

Black with #46CC00

Text Example


Text Example

White with #46CC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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