#42AB30

Color #42AB30 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #42AB30

Tints of Kelly Green #42AB30

Color information

#42AB30 (or 0x42AB30) is unknown color: approx Kelly Green. HEX triplet: 42, AB and 30. RGB value is (66,171,48). Sum of RGB (Red+Green+Blue) = 66+171+48=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB30 is #BD54CF. Grayscale: #7D7D7D. Windows color (decimal): -12408016 or 3189570. OLE color: 3189570.

HSL color Cylindrical-coordinate representation of color #42AB30: hue angle of 111.22º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42AB30 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB6617148-
CMYK0.6100.720.33
HSL111.22º56.16%42.94%-
HSV(B)111.22º71.93%67.06%-
XYZ17.3430.57.77-
YUV125.5884.2185.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 171 (67.19% from 255) = 60%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=23.16%
G=60%
B=16.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66171480.6100.720.33111.2256.1642.94
Hex42AB303D048216f382b
Octal10225360750110411577053
Binary100001010101011110000111101010010001000011101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AB30; }

 p { color: rgb(66,171,48); }

 H1.HeaderClassName
 {
   color: #42AB30;
 }
 .AnyTagClassName
 {
   color: #42AB30;
 }
</style>
background-color css

<style>
 a { background-color: #42AB30; }

 a { background-color: rgb(66,171,48); }

 div.DivClassName
 {
   background-color: #42AB30;
 }
 .BgClassName
 {
   background-color: #42AB30;
 }
</style>
border-color css

<style>
 span { border-color: #42AB30; }

 span { border-color: rgb(66,171,48); }

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