Html Css Color HEX #3CF30D Harlequin

📋 copy color: '#3CF30D'

red 60 ◦ green 243 ◦ blue 13

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

Shades of Harlequin #3CF30D

Tints of Harlequin #3CF30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 18.99%
G = 76.9%
B = 4.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#3CF30D (or 0x3CF30D) is known color: Harlequin. HEX triplet: 3C, F3 and 0D. RGB value is (60,243,13). Sum of RGB (Red+Green+Blue) = 60+243+13=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 243 (95.31% from 255 or 76.90% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF30D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF30D is #C30CF2. Grayscale: #A2A2A2. Windows color (decimal): -12782835 or 914236. OLE color: 914236.

HSL color Cylindrical-coordinate representation of color #3CF30D: hue angle of 107.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CF30D is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 243 13 -
CMYK 0.75 0 0.95 0.05
HSL 107.74º 0.91% 0.5% -
HSV(B) 107.74º 0.95% 0.95% -
XYZ 33.99 65.09 11.15 -
YUV 162.06 43.87 55.2 -
System Red Green Blue C M Y K H S L
Decimal 60 243 13 0.75 0 0.95 0.05 107.74 0.91 0.5
Hex 3C F3 D 4B 0 5F 5 6C 5B 32
Octal 74 363 15 113 0 137 5 154 133 62
Binary 111100 11110011 1101 1001011 0 1011111 101 1101100 1011011 110010

Color Harmonies of #3CF30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF30D

Black with #3CF30D

Text Example


Text Example

White with #3CF30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,243,13); }

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

background-color css

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

 a { background-color: rgb(60,243,13); }

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

border-color css

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

 span { border-color: rgb(60,243,13); }

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