Html Css Color HEX #3CF326 Harlequin

📋 copy color: '#3CF326'

red 60 ◦ green 243 ◦ blue 38

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

Shades of Harlequin #3CF326

Tints of Harlequin #3CF326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 17.6%
G = 71.26%
B = 11.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#3CF326 (or 0x3CF326) is known color: Harlequin. HEX triplet: 3C, F3 and 26. RGB value is (60,243,38). Sum of RGB (Red+Green+Blue) = 60+243+38=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 243 (95.31% from 255 or 71.26% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF326 is #C30CD9. Grayscale: #A5A5A5. Windows color (decimal): -12782810 or 2552636. OLE color: 2552636.

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

Color convert

RGB 60 243 38 -
CMYK 0.75 0 0.84 0.05
HSL 113.56º 0.9% 0.55% -
HSV(B) 113.56º 0.84% 0.95% -
XYZ 34.26 65.2 12.61 -
YUV 164.91 56.37 53.17 -
System Red Green Blue C M Y K H S L
Decimal 60 243 38 0.75 0 0.84 0.05 113.56 0.9 0.55
Hex 3C F3 26 4B 0 54 5 72 5A 37
Octal 74 363 46 113 0 124 5 162 132 67
Binary 111100 11110011 100110 1001011 0 1010100 101 1110010 1011010 110111

Color Harmonies of #3CF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF326

Black with #3CF326

Text Example


Text Example

White with #3CF326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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