Html Css Color HEX #38FB03 Harlequin

📋 copy color: '#38FB03'

red 56 ◦ green 251 ◦ blue 3

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

Shades of Harlequin #38FB03

Tints of Harlequin #38FB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 18.06%
G = 80.97%
B = 0.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#38FB03 (or 0x38FB03) is known color: Harlequin. HEX triplet: 38, FB and 03. RGB value is (56,251,3). Sum of RGB (Red+Green+Blue) = 56+251+3=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 251 (98.44% from 255 or 80.97% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FB03 is #C704FC. Grayscale: #A5A5A5. Windows color (decimal): -13042941 or 260920. OLE color: 260920.

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

Color convert

RGB 56 251 3 -
CMYK 0.78 0 0.99 0.02
HSL 107.18º 0.98% 0.5% -
HSV(B) 107.18º 0.99% 0.98% -
XYZ 36.14 69.84 11.66 -
YUV 164.42 36.9 50.67 -
System Red Green Blue C M Y K H S L
Decimal 56 251 3 0.78 0 0.99 0.02 107.18 0.98 0.5
Hex 38 FB 3 4E 0 63 2 6B 62 32
Octal 70 373 3 116 0 143 2 153 142 62
Binary 111000 11111011 11 1001110 0 1100011 10 1101011 1100010 110010

Color Harmonies of #38FB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FB03

Black with #38FB03

Text Example


Text Example

White with #38FB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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