Html Css Color HEX #3AEB18 Harlequin

📋 copy color: '#3AEB18'

red 58 ◦ green 235 ◦ blue 24

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

Shades of Harlequin #3AEB18

Tints of Harlequin #3AEB18

RGB

 RED value IS 58 (23.05% from 255) = 18.3%

 GREEN value IS 235 (92.19% from 255) = 74.13%

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 18.3%
G = 74.13%
B = 7.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#3AEB18 (or 0x3AEB18) is known color: Harlequin. HEX triplet: 3A, EB and 18. RGB value is (58,235,24). Sum of RGB (Red+Green+Blue) = 58+235+24=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 235 (92.19% from 255 or 74.13% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEB18 is #C514E7. Grayscale: #9E9E9E. Windows color (decimal): -12915944 or 1633082. OLE color: 1633082.

HSL color Cylindrical-coordinate representation of color #3AEB18: hue angle of 110.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AEB18 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 235 24 -
CMYK 0.75 0 0.90 0.08
HSL 110.33º 0.84% 0.51% -
HSV(B) 110.33º 0.9% 0.92% -
XYZ 31.62 60.38 10.85 -
YUV 158.02 52.36 56.66 -
System Red Green Blue C M Y K H S L
Decimal 58 235 24 0.75 0 0.90 0.08 110.33 0.84 0.51
Hex 3A EB 18 4B 0 5A 8 6E 54 33
Octal 72 353 30 113 0 132 10 156 124 63
Binary 111010 11101011 11000 1001011 0 1011010 1000 1101110 1010100 110011

Color Harmonies of #3AEB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEB18

Black with #3AEB18

Text Example


Text Example

White with #3AEB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AEB18; }

 p { color: rgb(58,235,24); }

 H1.HeaderClassName
 {
   color: #3AEB18;
 }
 .AnyTagClassName
 {
   color: #3AEB18;
 }
</style>

background-color css

<style>
 a { background-color: #3AEB18; }

 a { background-color: rgb(58,235,24); }

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

border-color css

<style>
 span { border-color: #3AEB18; }

 span { border-color: rgb(58,235,24); }

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