Html Css Color HEX #42BF04 Kelly Green

📋 copy color: '#42BF04'

red 66 ◦ green 191 ◦ blue 4

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

Shades of Kelly Green #42BF04

Tints of Kelly Green #42BF04

RGB

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

 GREEN value IS 191 (75% from 255) = 73.18%

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

R = 25.29%
G = 73.18%
B = 1.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#42BF04 (or 0x42BF04) is known color: Kelly Green. HEX triplet: 42, BF and 04. RGB value is (66,191,4). Sum of RGB (Red+Green+Blue) = 66+191+4=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BF04 is #BD40FB. Grayscale: #848484. Windows color (decimal): -12402940 or 311106. OLE color: 311106.

HSL color Cylindrical-coordinate representation of color #42BF04: hue angle of 100.11º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42BF04 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 4 -
CMYK 0.65 0 0.98 0.25
HSL 100.11º 0.96% 0.38% -
HSV(B) 100.11º 0.98% 0.75% -
XYZ 20.9 38.43 6.43 -
YUV 132.31 55.59 80.71 -
System Red Green Blue C M Y K H S L
Decimal 66 191 4 0.65 0 0.98 0.25 100.11 0.96 0.38
Hex 42 BF 4 41 0 62 19 64 60 26
Octal 102 277 4 101 0 142 31 144 140 46
Binary 1000010 10111111 100 1000001 0 1100010 11001 1100100 1100000 100110

Color Harmonies of #42BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF04

Black with #42BF04

Text Example


Text Example

White with #42BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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