Html Css Color HEX #2CE502 Harlequin

📋 copy color: '#2CE502'

red 44 ◦ green 229 ◦ blue 2

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

Shades of Harlequin #2CE502

Tints of Harlequin #2CE502

RGB

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

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

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

R = 16%
G = 83.27%
B = 0.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#2CE502 (or 0x2CE502) is known color: Harlequin. HEX triplet: 2C, E5 and 02. RGB value is (44,229,2). Sum of RGB (Red+Green+Blue) = 44+229+2=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 229 (89.84% from 255 or 83.27% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE502 is #D31AFD. Grayscale: #949494. Windows color (decimal): -13835006 or 189740. OLE color: 189740.

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

Color convert

RGB 44 229 2 -
CMYK 0.81 0 0.99 0.10
HSL 108.9º 0.98% 0.45% -
HSV(B) 108.9º 0.99% 0.9% -
XYZ 29.07 56.58 9.45 -
YUV 147.81 45.71 53.96 -
System Red Green Blue C M Y K H S L
Decimal 44 229 2 0.81 0 0.99 0.10 108.9 0.98 0.45
Hex 2C E5 2 51 0 63 A 6D 62 2D
Octal 54 345 2 121 0 143 12 155 142 55
Binary 101100 11100101 10 1010001 0 1100011 1010 1101101 1100010 101101

Color Harmonies of #2CE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE502

Black with #2CE502

Text Example


Text Example

White with #2CE502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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