Html Css Color HEX #42B40E Kelly Green

📋 copy color: '#42B40E'

red 66 ◦ green 180 ◦ blue 14

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

Shades of Kelly Green #42B40E

Tints of Kelly Green #42B40E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 69.23%

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 25.38%
G = 69.23%
B = 5.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#42B40E (or 0x42B40E) is known color: Kelly Green. HEX triplet: 42, B4 and 0E. RGB value is (66,180,14). Sum of RGB (Red+Green+Blue) = 66+180+14=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 180 (70.70% from 255 or 69.23% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 180 - color contains mainly: green. Hex color #42B40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B40E is #BD4BF1. Grayscale: #7F7F7F. Windows color (decimal): -12405746 or 963650. OLE color: 963650.

HSL color Cylindrical-coordinate representation of color #42B40E: hue angle of 101.2º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42B40E is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 14 -
CMYK 0.63 0 0.92 0.29
HSL 101.2º 0.86% 0.38% -
HSV(B) 101.2º 0.92% 0.71% -
XYZ 18.65 33.83 5.96 -
YUV 126.99 64.23 84.5 -
System Red Green Blue C M Y K H S L
Decimal 66 180 14 0.63 0 0.92 0.29 101.2 0.86 0.38
Hex 42 B4 E 3F 0 5C 1D 65 56 26
Octal 102 264 16 77 0 134 35 145 126 46
Binary 1000010 10110100 1110 111111 0 1011100 11101 1100101 1010110 100110

Color Harmonies of #42B40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B40E

Black with #42B40E

Text Example


Text Example

White with #42B40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,180,14); }

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

background-color css

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

 a { background-color: rgb(66,180,14); }

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

border-color css

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

 span { border-color: rgb(66,180,14); }

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