Html Css Color HEX #3CEB0F Harlequin

📋 copy color: '#3CEB0F'

red 60 ◦ green 235 ◦ blue 15

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

Shades of Harlequin #3CEB0F

Tints of Harlequin #3CEB0F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 75.81%

 BLUE value IS 15 (6.25% from 255) = 4.84%

R = 19.35%
G = 75.81%
B = 4.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#3CEB0F (or 0x3CEB0F) is known color: Harlequin. HEX triplet: 3C, EB and 0F. RGB value is (60,235,15). Sum of RGB (Red+Green+Blue) = 60+235+15=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 235 (92.19% from 255 or 75.81% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEB0F is #C314F0. Grayscale: #9E9E9E. Windows color (decimal): -12784881 or 1043260. OLE color: 1043260.

HSL color Cylindrical-coordinate representation of color #3CEB0F: hue angle of 107.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CEB0F is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 235 15 -
CMYK 0.74 0 0.94 0.08
HSL 107.73º 0.88% 0.49% -
HSV(B) 107.73º 0.94% 0.92% -
XYZ 31.66 60.41 10.44 -
YUV 157.6 47.52 58.39 -
System Red Green Blue C M Y K H S L
Decimal 60 235 15 0.74 0 0.94 0.08 107.73 0.88 0.49
Hex 3C EB F 4A 0 5E 8 6C 58 31
Octal 74 353 17 112 0 136 10 154 130 61
Binary 111100 11101011 1111 1001010 0 1011110 1000 1101100 1011000 110001

Color Harmonies of #3CEB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEB0F

Black with #3CEB0F

Text Example


Text Example

White with #3CEB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,235,15); }

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

background-color css

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

 a { background-color: rgb(60,235,15); }

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

border-color css

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

 span { border-color: rgb(60,235,15); }

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