Html Css Color HEX #2CE504 Harlequin

📋 copy color: '#2CE504'

red 44 ◦ green 229 ◦ blue 4

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

Shades of Harlequin #2CE504

Tints of Harlequin #2CE504

RGB

 RED value IS 44 (17.58% from 255) = 15.88%

 GREEN value IS 229 (89.84% from 255) = 82.67%

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 15.88%
G = 82.67%
B = 1.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#2CE504 (or 0x2CE504) is known color: Harlequin. HEX triplet: 2C, E5 and 04. RGB value is (44,229,4). Sum of RGB (Red+Green+Blue) = 44+229+4=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 229 (89.84% from 255 or 82.67% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE504 is #D31AFB. Grayscale: #949494. Windows color (decimal): -13835004 or 320812. OLE color: 320812.

HSL color Cylindrical-coordinate representation of color #2CE504: hue angle of 109.33º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CE504 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 229 4 -
CMYK 0.81 0 0.98 0.10
HSL 109.33º 0.97% 0.46% -
HSV(B) 109.33º 0.98% 0.9% -
XYZ 29.08 56.58 9.5 -
YUV 148.04 46.71 53.8 -
System Red Green Blue C M Y K H S L
Decimal 44 229 4 0.81 0 0.98 0.10 109.33 0.97 0.46
Hex 2C E5 4 51 0 62 A 6D 61 2E
Octal 54 345 4 121 0 142 12 155 141 56
Binary 101100 11100101 100 1010001 0 1100010 1010 1101101 1100001 101110

Color Harmonies of #2CE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE504

Black with #2CE504

Text Example


Text Example

White with #2CE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CE504; }

 p { color: rgb(44,229,4); }

 H1.HeaderClassName
 {
   color: #2CE504;
 }
 .AnyTagClassName
 {
   color: #2CE504;
 }
</style>

background-color css

<style>
 a { background-color: #2CE504; }

 a { background-color: rgb(44,229,4); }

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

border-color css

<style>
 span { border-color: #2CE504; }

 span { border-color: rgb(44,229,4); }

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