Html Css Color HEX #3CF20B Harlequin

📋 copy color: '#3CF20B'

red 60 ◦ green 242 ◦ blue 11

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

Shades of Harlequin #3CF20B

Tints of Harlequin #3CF20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 19.17%
G = 77.32%
B = 3.51%

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

#3CF20B (or 0x3CF20B) is known color: Harlequin. HEX triplet: 3C, F2 and 0B. RGB value is (60,242,11). Sum of RGB (Red+Green+Blue) = 60+242+11=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 242 (94.92% from 255 or 77.32% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF20B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF20B is #C30DF4. Grayscale: #A1A1A1. Windows color (decimal): -12783093 or 782908. OLE color: 782908.

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

Color convert

RGB 60 242 11 -
CMYK 0.75 0 0.95 0.05
HSL 107.27º 0.91% 0.5% -
HSV(B) 107.27º 0.95% 0.95% -
XYZ 33.68 64.49 10.99 -
YUV 161.25 43.2 55.78 -
System Red Green Blue C M Y K H S L
Decimal 60 242 11 0.75 0 0.95 0.05 107.27 0.91 0.5
Hex 3C F2 B 4B 0 5F 5 6B 5B 32
Octal 74 362 13 113 0 137 5 153 133 62
Binary 111100 11110010 1011 1001011 0 1011111 101 1101011 1011011 110010

Color Harmonies of #3CF20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF20B

Black with #3CF20B

Text Example


Text Example

White with #3CF20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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