Html Css Color HEX #27DB02 Harlequin

📋 copy color: '#27DB02'

red 39 ◦ green 219 ◦ blue 2

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

Shades of Harlequin #27DB02

Tints of Harlequin #27DB02

RGB

 RED value IS 39 (15.63% from 255) = 15%

 GREEN value IS 219 (85.94% from 255) = 84.23%

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

R = 15%
G = 84.23%
B = 0.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#27DB02 (or 0x27DB02) is known color: Harlequin. HEX triplet: 27, DB and 02. RGB value is (39,219,2). Sum of RGB (Red+Green+Blue) = 39+219+2=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #27DB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DB02 is #D824FD. Grayscale: #8D8D8D. Windows color (decimal): -14165246 or 187175. OLE color: 187175.

HSL color Cylindrical-coordinate representation of color #27DB02: hue angle of 109.77º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27DB02 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 219 2 -
CMYK 0.82 0 0.99 0.14
HSL 109.77º 0.98% 0.43% -
HSV(B) 109.77º 0.99% 0.86% -
XYZ 26.18 51.1 8.54 -
YUV 140.44 49.87 55.64 -
System Red Green Blue C M Y K H S L
Decimal 39 219 2 0.82 0 0.99 0.14 109.77 0.98 0.43
Hex 27 DB 2 52 0 63 E 6E 62 2B
Octal 47 333 2 122 0 143 16 156 142 53
Binary 100111 11011011 10 1010010 0 1100011 1110 1101110 1100010 101011

Color Harmonies of #27DB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DB02

Black with #27DB02

Text Example


Text Example

White with #27DB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27DB02; }

 p { color: rgb(39,219,2); }

 H1.HeaderClassName
 {
   color: #27DB02;
 }
 .AnyTagClassName
 {
   color: #27DB02;
 }
</style>

background-color css

<style>
 a { background-color: #27DB02; }

 a { background-color: rgb(39,219,2); }

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

border-color css

<style>
 span { border-color: #27DB02; }

 span { border-color: rgb(39,219,2); }

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