Html Css Color HEX #3CF20D Harlequin

📋 copy color: '#3CF20D'

red 60 ◦ green 242 ◦ blue 13

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

Shades of Harlequin #3CF20D

Tints of Harlequin #3CF20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 76.83%

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

R = 19.05%
G = 76.83%
B = 4.13%

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

#3CF20D (or 0x3CF20D) is known color: Harlequin. HEX triplet: 3C, F2 and 0D. RGB value is (60,242,13). Sum of RGB (Red+Green+Blue) = 60+242+13=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 242 (94.92% from 255 or 76.83% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF20D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF20D is #C30DF2. Grayscale: #A2A2A2. Windows color (decimal): -12783091 or 913980. OLE color: 913980.

HSL color Cylindrical-coordinate representation of color #3CF20D: hue angle of 107.69º degrees, saturation: 0.9, 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 #3CF20D is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 242 13 -
CMYK 0.75 0 0.95 0.05
HSL 107.69º 0.9% 0.5% -
HSV(B) 107.69º 0.95% 0.95% -
XYZ 33.69 64.49 11.05 -
YUV 161.48 44.2 55.62 -
System Red Green Blue C M Y K H S L
Decimal 60 242 13 0.75 0 0.95 0.05 107.69 0.9 0.5
Hex 3C F2 D 4B 0 5F 5 6C 5A 32
Octal 74 362 15 113 0 137 5 154 132 62
Binary 111100 11110010 1101 1001011 0 1011111 101 1101100 1011010 110010

Color Harmonies of #3CF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF20D

Black with #3CF20D

Text Example


Text Example

White with #3CF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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