Html Css Color HEX #46CC02 Kelly Green

📋 copy color: '#46CC02'

red 70 ◦ green 204 ◦ blue 2

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

Shades of Kelly Green #46CC02

Tints of Kelly Green #46CC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 25.36%
G = 73.91%
B = 0.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#46CC02 (or 0x46CC02) is known color: Kelly Green. HEX triplet: 46, CC and 02. RGB value is (70,204,2). Sum of RGB (Red+Green+Blue) = 70+204+2=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CC02 is #B933FD. Grayscale: #8D8D8D. Windows color (decimal): -12137470 or 183366. OLE color: 183366.

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

Color convert

RGB 70 204 2 -
CMYK 0.66 0 0.99 0.2
HSL 99.8º 0.98% 0.4% -
HSV(B) 99.8º 0.99% 0.8% -
XYZ 24.13 44.49 7.37 -
YUV 140.91 49.61 77.43 -
System Red Green Blue C M Y K H S L
Decimal 70 204 2 0.66 0 0.99 0.2 99.8 0.98 0.4
Hex 46 CC 2 42 0 63 14 64 62 28
Octal 106 314 2 102 0 143 24 144 142 50
Binary 1000110 11001100 10 1000010 0 1100011 10100 1100100 1100010 101000

Color Harmonies of #46CC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CC02

Black with #46CC02

Text Example


Text Example

White with #46CC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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