Html Css Color HEX #38FB1D Harlequin

📋 copy color: '#38FB1D'

red 56 ◦ green 251 ◦ blue 29

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

Shades of Harlequin #38FB1D

Tints of Harlequin #38FB1D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 74.7%

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 16.67%
G = 74.7%
B = 8.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#38FB1D (or 0x38FB1D) is known color: Harlequin. HEX triplet: 38, FB and 1D. RGB value is (56,251,29). Sum of RGB (Red+Green+Blue) = 56+251+29=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 251 (98.44% from 255 or 74.70% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FB1D is #C704E2. Grayscale: #A8A8A8. Windows color (decimal): -13042915 or 1964856. OLE color: 1964856.

HSL color Cylindrical-coordinate representation of color #38FB1D: hue angle of 112.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38FB1D is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 251 29 -
CMYK 0.78 0 0.88 0.02
HSL 112.7º 0.97% 0.55% -
HSV(B) 112.7º 0.88% 0.98% -
XYZ 36.35 69.92 12.74 -
YUV 167.39 49.9 48.55 -
System Red Green Blue C M Y K H S L
Decimal 56 251 29 0.78 0 0.88 0.02 112.7 0.97 0.55
Hex 38 FB 1D 4E 0 58 2 71 61 37
Octal 70 373 35 116 0 130 2 161 141 67
Binary 111000 11111011 11101 1001110 0 1011000 10 1110001 1100001 110111

Color Harmonies of #38FB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FB1D

Black with #38FB1D

Text Example


Text Example

White with #38FB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,251,29); }

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

background-color css

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

 a { background-color: rgb(56,251,29); }

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

border-color css

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

 span { border-color: rgb(56,251,29); }

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