Html Css Color HEX #3CE70F Harlequin

📋 copy color: '#3CE70F'

red 60 ◦ green 231 ◦ blue 15

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

Shades of Harlequin #3CE70F

Tints of Harlequin #3CE70F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 75.49%

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

R = 19.61%
G = 75.49%
B = 4.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#3CE70F (or 0x3CE70F) is known color: Harlequin. HEX triplet: 3C, E7 and 0F. RGB value is (60,231,15). Sum of RGB (Red+Green+Blue) = 60+231+15=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 231 (90.62% from 255 or 75.49% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE70F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE70F is #C318F0. Grayscale: #9B9B9B. Windows color (decimal): -12785905 or 1042236. OLE color: 1042236.

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

Color convert

RGB 60 231 15 -
CMYK 0.74 0 0.94 0.09
HSL 107.5º 0.88% 0.48% -
HSV(B) 107.5º 0.94% 0.91% -
XYZ 30.53 58.15 10.07 -
YUV 155.25 48.85 60.06 -
System Red Green Blue C M Y K H S L
Decimal 60 231 15 0.74 0 0.94 0.09 107.5 0.88 0.48
Hex 3C E7 F 4A 0 5E 9 6C 58 30
Octal 74 347 17 112 0 136 11 154 130 60
Binary 111100 11100111 1111 1001010 0 1011110 1001 1101100 1011000 110000

Color Harmonies of #3CE70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE70F

Black with #3CE70F

Text Example


Text Example

White with #3CE70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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