Html Css Color HEX #38EE1B Harlequin

📋 copy color: '#38EE1B'

red 56 ◦ green 238 ◦ blue 27

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

Shades of Harlequin #38EE1B

Tints of Harlequin #38EE1B

RGB

 RED value IS 56 (22.27% from 255) = 17.45%

 GREEN value IS 238 (93.36% from 255) = 74.14%

 BLUE value IS 27 (10.94% from 255) = 8.41%

R = 17.45%
G = 74.14%
B = 8.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#38EE1B (or 0x38EE1B) is known color: Harlequin. HEX triplet: 38, EE and 1B. RGB value is (56,238,27). Sum of RGB (Red+Green+Blue) = 56+238+27=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EE1B is #C711E4. Grayscale: #A0A0A0. Windows color (decimal): -13046245 or 1830456. OLE color: 1830456.

HSL color Cylindrical-coordinate representation of color #38EE1B: hue angle of 111.75º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38EE1B is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 27 -
CMYK 0.76 0 0.89 0.07
HSL 111.75º 0.86% 0.52% -
HSV(B) 111.75º 0.89% 0.93% -
XYZ 32.4 62.07 11.31 -
YUV 159.53 53.2 54.16 -
System Red Green Blue C M Y K H S L
Decimal 56 238 27 0.76 0 0.89 0.07 111.75 0.86 0.52
Hex 38 EE 1B 4C 0 59 7 70 56 34
Octal 70 356 33 114 0 131 7 160 126 64
Binary 111000 11101110 11011 1001100 0 1011001 111 1110000 1010110 110100

Color Harmonies of #38EE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EE1B

Black with #38EE1B

Text Example


Text Example

White with #38EE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38EE1B; }

 p { color: rgb(56,238,27); }

 H1.HeaderClassName
 {
   color: #38EE1B;
 }
 .AnyTagClassName
 {
   color: #38EE1B;
 }
</style>

background-color css

<style>
 a { background-color: #38EE1B; }

 a { background-color: rgb(56,238,27); }

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

border-color css

<style>
 span { border-color: #38EE1B; }

 span { border-color: rgb(56,238,27); }

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