Html Css Color HEX #3CF023 Harlequin

📋 copy color: '#3CF023'

red 60 ◦ green 240 ◦ blue 35

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

Shades of Harlequin #3CF023

Tints of Harlequin #3CF023

RGB

 RED value IS 60 (23.83% from 255) = 17.91%

 GREEN value IS 240 (94.14% from 255) = 71.64%

 BLUE value IS 35 (14.06% from 255) = 10.45%

R = 17.91%
G = 71.64%
B = 10.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#3CF023 (or 0x3CF023) is known color: Harlequin. HEX triplet: 3C, F0 and 23. RGB value is (60,240,35). Sum of RGB (Red+Green+Blue) = 60+240+35=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 240 (94.14% from 255 or 71.64% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF023 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF023 is #C30FDC. Grayscale: #A3A3A3. Windows color (decimal): -12783581 or 2355260. OLE color: 2355260.

HSL color Cylindrical-coordinate representation of color #3CF023: hue angle of 112.68º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CF023 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 35 -
CMYK 0.75 0 0.85 0.06
HSL 112.68º 0.87% 0.54% -
HSV(B) 112.68º 0.85% 0.94% -
XYZ 33.33 63.4 12.07 -
YUV 162.81 55.87 54.67 -
System Red Green Blue C M Y K H S L
Decimal 60 240 35 0.75 0 0.85 0.06 112.68 0.87 0.54
Hex 3C F0 23 4B 0 55 6 71 57 36
Octal 74 360 43 113 0 125 6 161 127 66
Binary 111100 11110000 100011 1001011 0 1010101 110 1110001 1010111 110110

Color Harmonies of #3CF023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF023

Black with #3CF023

Text Example


Text Example

White with #3CF023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CF023; }

 p { color: rgb(60,240,35); }

 H1.HeaderClassName
 {
   color: #3CF023;
 }
 .AnyTagClassName
 {
   color: #3CF023;
 }
</style>

background-color css

<style>
 a { background-color: #3CF023; }

 a { background-color: rgb(60,240,35); }

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

border-color css

<style>
 span { border-color: #3CF023; }

 span { border-color: rgb(60,240,35); }

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