Html Css Color HEX #3AF927 Harlequin

📋 copy color: '#3AF927'

red 58 ◦ green 249 ◦ blue 39

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

Shades of Harlequin #3AF927

Tints of Harlequin #3AF927

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.97%

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 16.76%
G = 71.97%
B = 11.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#3AF927 (or 0x3AF927) is known color: Harlequin. HEX triplet: 3A, F9 and 27. RGB value is (58,249,39). Sum of RGB (Red+Green+Blue) = 58+249+39=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF927 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF927 is #C506D8. Grayscale: #A8A8A8. Windows color (decimal): -12912345 or 2619706. OLE color: 2619706.

HSL color Cylindrical-coordinate representation of color #3AF927: hue angle of 114.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AF927 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 39 -
CMYK 0.77 0 0.84 0.02
HSL 114.57º 0.95% 0.56% -
HSV(B) 114.57º 0.84% 0.98% -
XYZ 35.99 68.8 13.3 -
YUV 167.95 55.22 49.58 -
System Red Green Blue C M Y K H S L
Decimal 58 249 39 0.77 0 0.84 0.02 114.57 0.95 0.56
Hex 3A F9 27 4D 0 54 2 73 5F 38
Octal 72 371 47 115 0 124 2 163 137 70
Binary 111010 11111001 100111 1001101 0 1010100 10 1110011 1011111 111000

Color Harmonies of #3AF927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF927

Black with #3AF927

Text Example


Text Example

White with #3AF927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,39); }

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

background-color css

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

 a { background-color: rgb(58,249,39); }

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

border-color css

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

 span { border-color: rgb(58,249,39); }

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