Html Css Color HEX #42BC1F Kelly Green

📋 copy color: '#42BC1F'

red 66 ◦ green 188 ◦ blue 31

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

Shades of Kelly Green #42BC1F

Tints of Kelly Green #42BC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 23.16%
G = 65.96%
B = 10.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#42BC1F (or 0x42BC1F) is known color: Kelly Green. HEX triplet: 42, BC and 1F. RGB value is (66,188,31). Sum of RGB (Red+Green+Blue) = 66+188+31=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC1F is #BD43E0. Grayscale: #868686. Windows color (decimal): -12403681 or 2079810. OLE color: 2079810.

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

Color convert

RGB 66 188 31 -
CMYK 0.65 0 0.84 0.26
HSL 106.62º 0.72% 0.43% -
HSV(B) 106.62º 0.84% 0.74% -
XYZ 20.48 37.22 7.4 -
YUV 133.62 70.08 79.77 -
System Red Green Blue C M Y K H S L
Decimal 66 188 31 0.65 0 0.84 0.26 106.62 0.72 0.43
Hex 42 BC 1F 41 0 54 1A 6B 48 2B
Octal 102 274 37 101 0 124 32 153 110 53
Binary 1000010 10111100 11111 1000001 0 1010100 11010 1101011 1001000 101011

Color Harmonies of #42BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC1F

Black with #42BC1F

Text Example


Text Example

White with #42BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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