Html Css Color HEX #3CF325 Harlequin

📋 copy color: '#3CF325'

red 60 ◦ green 243 ◦ blue 37

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

Shades of Harlequin #3CF325

Tints of Harlequin #3CF325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 17.65%
G = 71.47%
B = 10.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#3CF325 (or 0x3CF325) is known color: Harlequin. HEX triplet: 3C, F3 and 25. RGB value is (60,243,37). Sum of RGB (Red+Green+Blue) = 60+243+37=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 243 (95.31% from 255 or 71.47% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF325 is #C30CDA. Grayscale: #A5A5A5. Windows color (decimal): -12782811 or 2487100. OLE color: 2487100.

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

Color convert

RGB 60 243 37 -
CMYK 0.75 0 0.85 0.05
HSL 113.3º 0.9% 0.55% -
HSV(B) 113.3º 0.85% 0.95% -
XYZ 34.25 65.2 12.53 -
YUV 164.8 55.87 53.25 -
System Red Green Blue C M Y K H S L
Decimal 60 243 37 0.75 0 0.85 0.05 113.3 0.9 0.55
Hex 3C F3 25 4B 0 55 5 71 5A 37
Octal 74 363 45 113 0 125 5 161 132 67
Binary 111100 11110011 100101 1001011 0 1010101 101 1110001 1011010 110111

Color Harmonies of #3CF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF325

Black with #3CF325

Text Example


Text Example

White with #3CF325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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