Html Css Color HEX #3CEE02 Harlequin

📋 copy color: '#3CEE02'

red 60 ◦ green 238 ◦ blue 2

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

Shades of Harlequin #3CEE02

Tints of Harlequin #3CEE02

RGB

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

 GREEN value IS 238 (93.36% from 255) = 79.33%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 20%
G = 79.33%
B = 0.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#3CEE02 (or 0x3CEE02) is known color: Harlequin. HEX triplet: 3C, EE and 02. RGB value is (60,238,2). Sum of RGB (Red+Green+Blue) = 60+238+2=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 238 (93.36% from 255 or 79.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEE02 is #C311FD. Grayscale: #9E9E9E. Windows color (decimal): -12784126 or 192060. OLE color: 192060.

HSL color Cylindrical-coordinate representation of color #3CEE02: hue angle of 105.25º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3CEE02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 2 -
CMYK 0.75 0 0.99 0.07
HSL 105.25º 0.98% 0.47% -
HSV(B) 105.25º 0.99% 0.93% -
XYZ 32.45 62.11 10.34 -
YUV 157.87 40.03 58.19 -
System Red Green Blue C M Y K H S L
Decimal 60 238 2 0.75 0 0.99 0.07 105.25 0.98 0.47
Hex 3C EE 2 4B 0 63 7 69 62 2F
Octal 74 356 2 113 0 143 7 151 142 57
Binary 111100 11101110 10 1001011 0 1100011 111 1101001 1100010 101111

Color Harmonies of #3CEE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEE02

Black with #3CEE02

Text Example


Text Example

White with #3CEE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,238,2); }

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

background-color css

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

 a { background-color: rgb(60,238,2); }

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

border-color css

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

 span { border-color: rgb(60,238,2); }

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