Html Css Color HEX #42BC03 Kelly Green

📋 copy color: '#42BC03'

red 66 ◦ green 188 ◦ blue 3

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

Shades of Kelly Green #42BC03

Tints of Kelly Green #42BC03

RGB

 RED value IS 66 (26.17% from 255) = 25.68%

 GREEN value IS 188 (73.83% from 255) = 73.15%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 25.68%
G = 73.15%
B = 1.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#42BC03 (or 0x42BC03) is known color: Kelly Green. HEX triplet: 42, BC and 03. RGB value is (66,188,3). Sum of RGB (Red+Green+Blue) = 66+188+3=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 188 (73.83% from 255 or 73.15% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BC03 is #BD43FC. Grayscale: #838383. Windows color (decimal): -12403709 or 244802. OLE color: 244802.

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

Color convert

RGB 66 188 3 -
CMYK 0.65 0 0.98 0.26
HSL 99.57º 0.97% 0.37% -
HSV(B) 99.57º 0.98% 0.74% -
XYZ 20.25 37.13 6.19 -
YUV 130.43 56.08 82.04 -
System Red Green Blue C M Y K H S L
Decimal 66 188 3 0.65 0 0.98 0.26 99.57 0.97 0.37
Hex 42 BC 3 41 0 62 1A 64 61 25
Octal 102 274 3 101 0 142 32 144 141 45
Binary 1000010 10111100 11 1000001 0 1100010 11010 1100100 1100001 100101

Color Harmonies of #42BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC03

Black with #42BC03

Text Example


Text Example

White with #42BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42BC03;
 }
 .AnyTagClassName
 {
   color: #42BC03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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