#42BA02

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

Shades of Kelly Green #42BA02

Tints of Kelly Green #42BA02

Color information

#42BA02 (or 0x42BA02) is unknown color: approx Kelly Green. HEX triplet: 42, BA and 02. RGB value is (66,186,2). Sum of RGB (Red+Green+Blue) = 66+186+2=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BA02 is #BD45FD. Grayscale: #818181. Windows color (decimal): -12404222 or 178754. OLE color: 178754.

HSL color Cylindrical-coordinate representation of color #42BA02: hue angle of 99.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42BA02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB661862-
CMYK0.6500.990.27
HSL99.13º97.87%36.86%-
HSV(B)99.13º98.92%72.94%-
XYZ19.8236.286.02-
YUV129.1456.2482.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 186 (73.05% from 255) = 73.23%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=25.98%
G=73.23%
B=0.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6618620.6500.990.2799.1397.8736.86
Hex42BA2410631B636225
Octal102272210101433314314245
Binary100001010111010101000001011000111101111000111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,186,2); }

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

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

 a { background-color: rgb(66,186,2); }

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

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

 span { border-color: rgb(66,186,2); }

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