Html Css Color HEX #42FA60 Screamin' Green

📋 copy color: '#42FA60'

red 66 ◦ green 250 ◦ blue 96

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

Shades of Screamin' Green #42FA60

Tints of Screamin' Green #42FA60

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.68%

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 16.02%
G = 60.68%
B = 23.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#42FA60 (or 0x42FA60) is known color: Screamin' Green. HEX triplet: 42, FA and 60. RGB value is (66,250,96). Sum of RGB (Red+Green+Blue) = 66+250+96=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA60 is #BD059F. Grayscale: #B1B1B1. Windows color (decimal): -12387744 or 6355522. OLE color: 6355522.

HSL color Cylindrical-coordinate representation of color #42FA60: hue angle of 129.78º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA60 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 250 96 -
CMYK 0.74 0 0.62 0.02
HSL 129.78º 0.95% 0.62% -
HSV(B) 129.78º 0.74% 0.98% -
XYZ 38.54 70.37 22.62 -
YUV 177.43 82.04 48.52 -
System Red Green Blue C M Y K H S L
Decimal 66 250 96 0.74 0 0.62 0.02 129.78 0.95 0.62
Hex 42 FA 60 4A 0 3E 2 82 5F 3E
Octal 102 372 140 112 0 76 2 202 137 76
Binary 1000010 11111010 1100000 1001010 0 111110 10 10000010 1011111 111110

Color Harmonies of #42FA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA60

Black with #42FA60

Text Example


Text Example

White with #42FA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,250,96); }

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

background-color css

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

 a { background-color: rgb(66,250,96); }

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

border-color css

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

 span { border-color: rgb(66,250,96); }

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