#42D303

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

Shades of Kelly Green #42D303

Tints of Kelly Green #42D303

Color information

#42D303 (or 0x42D303) is unknown color: approx Kelly Green. HEX triplet: 42, D3 and 03. RGB value is (66,211,3). Sum of RGB (Red+Green+Blue) = 66+211+3=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 211 (82.81% from 255 or 75.36% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 211 - color contains mainly: green. Hex color #42D303 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D303 is #BD2CFC. Grayscale: #909090. Windows color (decimal): -12397821 or 250690. OLE color: 250690.

HSL color Cylindrical-coordinate representation of color #42D303: hue angle of 101.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42D303 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB662113-
CMYK0.6900.990.17
HSL101.83º97.2%41.96%-
HSV(B)101.83º98.58%82.75%-
XYZ25.5647.757.96-
YUV143.9348.4672.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 211 (82.81% from 255) = 75.36%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=23.57%
G=75.36%
B=1.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal6621130.6900.990.17101.8397.241.96
Hex42D33450631166612a
Octal102323310501432114614152
Binary100001011010011111000101011000111000111001101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,211,3); }

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

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

 a { background-color: rgb(66,211,3); }

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

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

 span { border-color: rgb(66,211,3); }

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