Html Css Color HEX #42B404 Kelly Green

📋 copy color: '#42B404'

red 66 ◦ green 180 ◦ blue 4

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

Shades of Kelly Green #42B404

Tints of Kelly Green #42B404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 26.4%
G = 72%
B = 1.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#42B404 (or 0x42B404) is known color: Kelly Green. HEX triplet: 42, B4 and 04. RGB value is (66,180,4). Sum of RGB (Red+Green+Blue) = 66+180+4=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 180 (70.70% from 255 or 72% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 180 - color contains mainly: green. Hex color #42B404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B404 is #BD4BFB. Grayscale: #7E7E7E. Windows color (decimal): -12405756 or 308290. OLE color: 308290.

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

Color convert

RGB 66 180 4 -
CMYK 0.63 0 0.98 0.29
HSL 98.86º 0.96% 0.36% -
HSV(B) 98.86º 0.98% 0.71% -
XYZ 18.59 33.81 5.66 -
YUV 125.85 59.23 85.31 -
System Red Green Blue C M Y K H S L
Decimal 66 180 4 0.63 0 0.98 0.29 98.86 0.96 0.36
Hex 42 B4 4 3F 0 62 1D 63 60 24
Octal 102 264 4 77 0 142 35 143 140 44
Binary 1000010 10110100 100 111111 0 1100010 11101 1100011 1100000 100100

Color Harmonies of #42B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B404

Black with #42B404

Text Example


Text Example

White with #42B404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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