Html Css Color HEX #2DE70B Harlequin

📋 copy color: '#2DE70B'

red 45 ◦ green 231 ◦ blue 11

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

Shades of Harlequin #2DE70B

Tints of Harlequin #2DE70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 15.68%
G = 80.49%
B = 3.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#2DE70B (or 0x2DE70B) is known color: Harlequin. HEX triplet: 2D, E7 and 0B. RGB value is (45,231,11). Sum of RGB (Red+Green+Blue) = 45+231+11=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 231 (90.62% from 255 or 80.49% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE70B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE70B is #D218F4. Grayscale: #979797. Windows color (decimal): -13768949 or 780077. OLE color: 780077.

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

Color convert

RGB 45 231 11 -
CMYK 0.81 0 0.95 0.09
HSL 110.73º 0.91% 0.47% -
HSV(B) 110.73º 0.95% 0.91% -
XYZ 29.72 57.73 9.89 -
YUV 150.31 49.38 52.89 -
System Red Green Blue C M Y K H S L
Decimal 45 231 11 0.81 0 0.95 0.09 110.73 0.91 0.47
Hex 2D E7 B 51 0 5F 9 6F 5B 2F
Octal 55 347 13 121 0 137 11 157 133 57
Binary 101101 11100111 1011 1010001 0 1011111 1001 1101111 1011011 101111

Color Harmonies of #2DE70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE70B

Black with #2DE70B

Text Example


Text Example

White with #2DE70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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