Html Css Color HEX #3AE308 Harlequin

📋 copy color: '#3AE308'

red 58 ◦ green 227 ◦ blue 8

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

Shades of Harlequin #3AE308

Tints of Harlequin #3AE308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 77.47%

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 19.8%
G = 77.47%
B = 2.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#3AE308 (or 0x3AE308) is known color: Harlequin. HEX triplet: 3A, E3 and 08. RGB value is (58,227,8). Sum of RGB (Red+Green+Blue) = 58+227+8=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 227 (89.06% from 255 or 77.47% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE308 is #C51CF7. Grayscale: #989898. Windows color (decimal): -12918008 or 582458. OLE color: 582458.

HSL color Cylindrical-coordinate representation of color #3AE308: hue angle of 106.3º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AE308 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 58 227 8 -
CMYK 0.74 0 0.96 0.11
HSL 106.3º 0.93% 0.46% -
HSV(B) 106.3º 0.96% 0.89% -
XYZ 29.26 55.86 9.47 -
YUV 151.5 47.01 61.31 -
System Red Green Blue C M Y K H S L
Decimal 58 227 8 0.74 0 0.96 0.11 106.3 0.93 0.46
Hex 3A E3 8 4A 0 60 B 6A 5D 2E
Octal 72 343 10 112 0 140 13 152 135 56
Binary 111010 11100011 1000 1001010 0 1100000 1011 1101010 1011101 101110

Color Harmonies of #3AE308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE308

Black with #3AE308

Text Example


Text Example

White with #3AE308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,227,8); }

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

background-color css

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

 a { background-color: rgb(58,227,8); }

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

border-color css

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

 span { border-color: rgb(58,227,8); }

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