Html Css Color HEX #42F302 Harlequin

📋 copy color: '#42F302'

red 66 ◦ green 243 ◦ blue 2

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

Shades of Harlequin #42F302

Tints of Harlequin #42F302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 78.14%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 21.22%
G = 78.14%
B = 0.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#42F302 (or 0x42F302) is known color: Harlequin. HEX triplet: 42, F3 and 02. RGB value is (66,243,2). Sum of RGB (Red+Green+Blue) = 66+243+2=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 243 (95.31% from 255 or 78.14% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 243 - color contains mainly: green. Hex color #42F302 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F302 is #BD0CFD. Grayscale: #A3A3A3. Windows color (decimal): -12389630 or 193346. OLE color: 193346.

HSL color Cylindrical-coordinate representation of color #42F302: hue angle of 104.07º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42F302 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 243 2 -
CMYK 0.73 0 0.99 0.05
HSL 104.07º 0.98% 0.48% -
HSV(B) 104.07º 0.99% 0.95% -
XYZ 34.31 65.26 10.85 -
YUV 162.6 37.36 59.1 -
System Red Green Blue C M Y K H S L
Decimal 66 243 2 0.73 0 0.99 0.05 104.07 0.98 0.48
Hex 42 F3 2 49 0 63 5 68 62 30
Octal 102 363 2 111 0 143 5 150 142 60
Binary 1000010 11110011 10 1001001 0 1100011 101 1101000 1100010 110000

Color Harmonies of #42F302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F302

Black with #42F302

Text Example


Text Example

White with #42F302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,243,2); }

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

background-color css

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

 a { background-color: rgb(66,243,2); }

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

border-color css

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

 span { border-color: rgb(66,243,2); }

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