Html Css Color HEX #38E002 Harlequin

📋 copy color: '#38E002'

red 56 ◦ green 224 ◦ blue 2

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

Shades of Harlequin #38E002

Tints of Harlequin #38E002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 79.43%

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

R = 19.86%
G = 79.43%
B = 0.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#38E002 (or 0x38E002) is known color: Harlequin. HEX triplet: 38, E0 and 02. RGB value is (56,224,2). Sum of RGB (Red+Green+Blue) = 56+224+2=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 224 (87.89% from 255 or 79.43% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 224 - color contains mainly: green. Hex color #38E002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E002 is #C71FFD. Grayscale: #959595. Windows color (decimal): -13049854 or 188472. OLE color: 188472.

HSL color Cylindrical-coordinate representation of color #38E002: hue angle of 105.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38E002 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 2 -
CMYK 0.75 0 0.99 0.12
HSL 105.41º 0.98% 0.44% -
HSV(B) 105.41º 0.99% 0.88% -
XYZ 28.3 54.16 9.02 -
YUV 148.46 45.34 62.05 -
System Red Green Blue C M Y K H S L
Decimal 56 224 2 0.75 0 0.99 0.12 105.41 0.98 0.44
Hex 38 E0 2 4B 0 63 C 69 62 2C
Octal 70 340 2 113 0 143 14 151 142 54
Binary 111000 11100000 10 1001011 0 1100011 1100 1101001 1100010 101100

Color Harmonies of #38E002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E002

Black with #38E002

Text Example


Text Example

White with #38E002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,224,2); }

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

background-color css

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

 a { background-color: rgb(56,224,2); }

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

border-color css

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

 span { border-color: rgb(56,224,2); }

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