Html Css Color HEX #42BC13 Kelly Green

📋 copy color: '#42BC13'

red 66 ◦ green 188 ◦ blue 19

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

Shades of Kelly Green #42BC13

Tints of Kelly Green #42BC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 24.18%
G = 68.86%
B = 6.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#42BC13 (or 0x42BC13) is known color: Kelly Green. HEX triplet: 42, BC and 13. RGB value is (66,188,19). Sum of RGB (Red+Green+Blue) = 66+188+19=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BC13 is #BD43EC. Grayscale: #848484. Windows color (decimal): -12403693 or 1293378. OLE color: 1293378.

HSL color Cylindrical-coordinate representation of color #42BC13: hue angle of 103.31º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42BC13 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 19 -
CMYK 0.65 0 0.90 0.26
HSL 103.31º 0.82% 0.41% -
HSV(B) 103.31º 0.9% 0.74% -
XYZ 20.35 37.17 6.72 -
YUV 132.26 64.08 80.74 -
System Red Green Blue C M Y K H S L
Decimal 66 188 19 0.65 0 0.90 0.26 103.31 0.82 0.41
Hex 42 BC 13 41 0 5A 1A 67 52 29
Octal 102 274 23 101 0 132 32 147 122 51
Binary 1000010 10111100 10011 1000001 0 1011010 11010 1100111 1010010 101001

Color Harmonies of #42BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC13

Black with #42BC13

Text Example


Text Example

White with #42BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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