Html Css Color HEX #42FF30 Harlequin

📋 copy color: '#42FF30'

red 66 ◦ green 255 ◦ blue 48

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

Shades of Harlequin #42FF30

Tints of Harlequin #42FF30

RGB

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

 GREEN value IS 255 (100% from 255) = 69.11%

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 17.89%
G = 69.11%
B = 13.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#42FF30 (or 0x42FF30) is known color: Harlequin. HEX triplet: 42, FF and 30. RGB value is (66,255,48). Sum of RGB (Red+Green+Blue) = 66+255+48=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF30 is #BD00CF. Grayscale: #AFAFAF. Windows color (decimal): -12386512 or 3211074. OLE color: 3211074.

HSL color Cylindrical-coordinate representation of color #42FF30: hue angle of 114.78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42FF30 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 66 255 48 -
CMYK 0.74 0 0.81 0
HSL 114.78º 1% 0.59% -
HSV(B) 114.78º 0.81% 1% -
XYZ 38.54 72.89 14.83 -
YUV 174.89 56.38 50.33 -
System Red Green Blue C M Y K H S L
Decimal 66 255 48 0.74 0 0.81 0 114.78 1 0.59
Hex 42 FF 30 4A 0 51 0 73 64 3B
Octal 102 377 60 112 0 121 0 163 144 73
Binary 1000010 11111111 110000 1001010 0 1010001 0 1110011 1100100 111011

Color Harmonies of #42FF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FF30

Black with #42FF30

Text Example


Text Example

White with #42FF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,255,48); }

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

background-color css

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

 a { background-color: rgb(66,255,48); }

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

border-color css

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

 span { border-color: rgb(66,255,48); }

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