Html Css Color HEX #42BA03 Kelly Green

📋 copy color: '#42BA03'

red 66 ◦ green 186 ◦ blue 3

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

Shades of Kelly Green #42BA03

Tints of Kelly Green #42BA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 72.94%

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

R = 25.88%
G = 72.94%
B = 1.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#42BA03 (or 0x42BA03) is known color: Kelly Green. HEX triplet: 42, BA and 03. RGB value is (66,186,3). Sum of RGB (Red+Green+Blue) = 66+186+3=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 186 (73.05% from 255 or 72.94% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BA03 is #BD45FC. Grayscale: #818181. Windows color (decimal): -12404221 or 244290. OLE color: 244290.

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

Color convert

RGB 66 186 3 -
CMYK 0.65 0 0.98 0.27
HSL 99.34º 0.97% 0.37% -
HSV(B) 99.34º 0.98% 0.73% -
XYZ 19.82 36.28 6.04 -
YUV 129.26 56.74 82.88 -
System Red Green Blue C M Y K H S L
Decimal 66 186 3 0.65 0 0.98 0.27 99.34 0.97 0.37
Hex 42 BA 3 41 0 62 1B 63 61 25
Octal 102 272 3 101 0 142 33 143 141 45
Binary 1000010 10111010 11 1000001 0 1100010 11011 1100011 1100001 100101

Color Harmonies of #42BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA03

Black with #42BA03

Text Example


Text Example

White with #42BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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