Html Css Color HEX #3AF929 Harlequin

📋 copy color: '#3AF929'

red 58 ◦ green 249 ◦ blue 41

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

Shades of Harlequin #3AF929

Tints of Harlequin #3AF929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 16.67%
G = 71.55%
B = 11.78%

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

#3AF929 (or 0x3AF929) is known color: Harlequin. HEX triplet: 3A, F9 and 29. RGB value is (58,249,41). Sum of RGB (Red+Green+Blue) = 58+249+41=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF929 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF929 is #C506D6. Grayscale: #A8A8A8. Windows color (decimal): -12912343 or 2750778. OLE color: 2750778.

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

Color convert

RGB 58 249 41 -
CMYK 0.77 0 0.84 0.02
HSL 115.1º 0.95% 0.57% -
HSV(B) 115.1º 0.84% 0.98% -
XYZ 36.02 68.81 13.48 -
YUV 168.18 56.22 49.41 -
System Red Green Blue C M Y K H S L
Decimal 58 249 41 0.77 0 0.84 0.02 115.1 0.95 0.57
Hex 3A F9 29 4D 0 54 2 73 5F 39
Octal 72 371 51 115 0 124 2 163 137 71
Binary 111010 11111001 101001 1001101 0 1010100 10 1110011 1011111 111001

Color Harmonies of #3AF929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF929

Black with #3AF929

Text Example


Text Example

White with #3AF929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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