Html Css Color HEX #38F21E Harlequin

📋 copy color: '#38F21E'

red 56 ◦ green 242 ◦ blue 30

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

Shades of Harlequin #38F21E

Tints of Harlequin #38F21E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.78%

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 17.07%
G = 73.78%
B = 9.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#38F21E (or 0x38F21E) is known color: Harlequin. HEX triplet: 38, F2 and 1E. RGB value is (56,242,30). Sum of RGB (Red+Green+Blue) = 56+242+30=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #38F21E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F21E is #C70DE1. Grayscale: #A2A2A2. Windows color (decimal): -13045218 or 2028088. OLE color: 2028088.

HSL color Cylindrical-coordinate representation of color #38F21E: hue angle of 112.64º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38F21E is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 30 -
CMYK 0.77 0 0.88 0.05
HSL 112.64º 0.89% 0.53% -
HSV(B) 112.64º 0.88% 0.95% -
XYZ 33.62 64.44 11.89 -
YUV 162.22 53.38 52.24 -
System Red Green Blue C M Y K H S L
Decimal 56 242 30 0.77 0 0.88 0.05 112.64 0.89 0.53
Hex 38 F2 1E 4D 0 58 5 71 59 35
Octal 70 362 36 115 0 130 5 161 131 65
Binary 111000 11110010 11110 1001101 0 1011000 101 1110001 1011001 110101

Color Harmonies of #38F21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F21E

Black with #38F21E

Text Example


Text Example

White with #38F21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,242,30); }

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

background-color css

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

 a { background-color: rgb(56,242,30); }

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

border-color css

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

 span { border-color: rgb(56,242,30); }

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