Html Css Color HEX #2DF002 Harlequin

📋 copy color: '#2DF002'

red 45 ◦ green 240 ◦ blue 2

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

Shades of Harlequin #2DF002

Tints of Harlequin #2DF002

RGB

 RED value IS 45 (17.97% from 255) = 15.68%

 GREEN value IS 240 (94.14% from 255) = 83.62%

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

R = 15.68%
G = 83.62%
B = 0.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#2DF002 (or 0x2DF002) is known color: Harlequin. HEX triplet: 2D, F0 and 02. RGB value is (45,240,2). Sum of RGB (Red+Green+Blue) = 45+240+2=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 240 (94.14% from 255 or 83.62% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF002 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF002 is #D20FFD. Grayscale: #9B9B9B. Windows color (decimal): -13766654 or 192557. OLE color: 192557.

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

Color convert

RGB 45 240 2 -
CMYK 0.81 0 0.99 0.06
HSL 109.16º 0.98% 0.47% -
HSV(B) 109.16º 0.99% 0.94% -
XYZ 32.25 62.88 10.5 -
YUV 154.56 41.9 49.85 -
System Red Green Blue C M Y K H S L
Decimal 45 240 2 0.81 0 0.99 0.06 109.16 0.98 0.47
Hex 2D F0 2 51 0 63 6 6D 62 2F
Octal 55 360 2 121 0 143 6 155 142 57
Binary 101101 11110000 10 1010001 0 1100011 110 1101101 1100010 101111

Color Harmonies of #2DF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF002

Black with #2DF002

Text Example


Text Example

White with #2DF002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,240,2); }

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

background-color css

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

 a { background-color: rgb(45,240,2); }

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

border-color css

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

 span { border-color: rgb(45,240,2); }

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