Html Css Color HEX #42BA1E Kelly Green

📋 copy color: '#42BA1E'

red 66 ◦ green 186 ◦ blue 30

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

Shades of Kelly Green #42BA1E

Tints of Kelly Green #42BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 23.4%
G = 65.96%
B = 10.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#42BA1E (or 0x42BA1E) is known color: Kelly Green. HEX triplet: 42, BA and 1E. RGB value is (66,186,30). Sum of RGB (Red+Green+Blue) = 66+186+30=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA1E is #BD45E1. Grayscale: #848484. Windows color (decimal): -12404194 or 2013762. OLE color: 2013762.

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

Color convert

RGB 66 186 30 -
CMYK 0.65 0 0.84 0.27
HSL 106.15º 0.72% 0.42% -
HSV(B) 106.15º 0.84% 0.73% -
XYZ 20.04 36.37 7.19 -
YUV 132.34 70.24 80.68 -
System Red Green Blue C M Y K H S L
Decimal 66 186 30 0.65 0 0.84 0.27 106.15 0.72 0.42
Hex 42 BA 1E 41 0 54 1B 6A 48 2A
Octal 102 272 36 101 0 124 33 152 110 52
Binary 1000010 10111010 11110 1000001 0 1010100 11011 1101010 1001000 101010

Color Harmonies of #42BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA1E

Black with #42BA1E

Text Example


Text Example

White with #42BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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