Html Css Color HEX #2DE710 Harlequin

📋 copy color: '#2DE710'

red 45 ◦ green 231 ◦ blue 16

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

Shades of Harlequin #2DE710

Tints of Harlequin #2DE710

RGB

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

 GREEN value IS 231 (90.63% from 255) = 79.11%

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 15.41%
G = 79.11%
B = 5.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#2DE710 (or 0x2DE710) is known color: Harlequin. HEX triplet: 2D, E7 and 10. RGB value is (45,231,16). Sum of RGB (Red+Green+Blue) = 45+231+16=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 231 (90.62% from 255 or 79.11% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE710 is #D218EF. Grayscale: #979797. Windows color (decimal): -13768944 or 1107757. OLE color: 1107757.

HSL color Cylindrical-coordinate representation of color #2DE710: hue angle of 111.91º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DE710 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 231 16 -
CMYK 0.81 0 0.93 0.09
HSL 111.91º 0.87% 0.48% -
HSV(B) 111.91º 0.93% 0.91% -
XYZ 29.75 57.75 10.07 -
YUV 150.88 51.88 52.48 -
System Red Green Blue C M Y K H S L
Decimal 45 231 16 0.81 0 0.93 0.09 111.91 0.87 0.48
Hex 2D E7 10 51 0 5D 9 70 57 30
Octal 55 347 20 121 0 135 11 160 127 60
Binary 101101 11100111 10000 1010001 0 1011101 1001 1110000 1010111 110000

Color Harmonies of #2DE710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE710

Black with #2DE710

Text Example


Text Example

White with #2DE710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,231,16); }

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

background-color css

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

 a { background-color: rgb(45,231,16); }

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

border-color css

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

 span { border-color: rgb(45,231,16); }

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