Html Css Color HEX #3CF21E Harlequin

📋 copy color: '#3CF21E'

red 60 ◦ green 242 ◦ blue 30

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

Shades of Harlequin #3CF21E

Tints of Harlequin #3CF21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 18.07%
G = 72.89%
B = 9.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#3CF21E (or 0x3CF21E) is known color: Harlequin. HEX triplet: 3C, F2 and 1E. RGB value is (60,242,30). Sum of RGB (Red+Green+Blue) = 60+242+30=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF21E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF21E is #C30DE1. Grayscale: #A4A4A4. Windows color (decimal): -12783074 or 2028092. OLE color: 2028092.

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

Color convert

RGB 60 242 30 -
CMYK 0.75 0 0.88 0.05
HSL 111.51º 0.89% 0.53% -
HSV(B) 111.51º 0.88% 0.95% -
XYZ 33.85 64.56 11.91 -
YUV 163.41 52.7 54.24 -
System Red Green Blue C M Y K H S L
Decimal 60 242 30 0.75 0 0.88 0.05 111.51 0.89 0.53
Hex 3C F2 1E 4B 0 58 5 70 59 35
Octal 74 362 36 113 0 130 5 160 131 65
Binary 111100 11110010 11110 1001011 0 1011000 101 1110000 1011001 110101

Color Harmonies of #3CF21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF21E

Black with #3CF21E

Text Example


Text Example

White with #3CF21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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