Html Css Color HEX #46B228 Kelly Green

📋 copy color: '#46B228'

red 70 ◦ green 178 ◦ blue 40

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

Shades of Kelly Green #46B228

Tints of Kelly Green #46B228

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.81%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 24.31%
G = 61.81%
B = 13.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#46B228 (or 0x46B228) is known color: Kelly Green. HEX triplet: 46, B2 and 28. RGB value is (70,178,40). Sum of RGB (Red+Green+Blue) = 70+178+40=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 178 (69.92% from 255 or 61.81% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 178 - color contains mainly: green. Hex color #46B228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46B228 is #B94DD7. Grayscale: #828282. Windows color (decimal): -12144088 or 2667078. OLE color: 2667078.

HSL color Cylindrical-coordinate representation of color #46B228: hue angle of 106.96º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46B228 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 70 178 40 -
CMYK 0.61 0 0.78 0.30
HSL 106.96º 0.63% 0.43% -
HSV(B) 106.96º 0.78% 0.7% -
XYZ 18.83 33.3 7.44 -
YUV 129.98 77.22 85.22 -
System Red Green Blue C M Y K H S L
Decimal 70 178 40 0.61 0 0.78 0.30 106.96 0.63 0.43
Hex 46 B2 28 3D 0 4E 1E 6B 3F 2B
Octal 106 262 50 75 0 116 36 153 77 53
Binary 1000110 10110010 101000 111101 0 1001110 11110 1101011 111111 101011

Color Harmonies of #46B228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B228

Black with #46B228

Text Example


Text Example

White with #46B228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,178,40); }

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

background-color css

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

 a { background-color: rgb(70,178,40); }

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

border-color css

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

 span { border-color: rgb(70,178,40); }

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