Html Css Color HEX #34F702 Harlequin

📋 copy color: '#34F702'

red 52 ◦ green 247 ◦ blue 2

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

Shades of Harlequin #34F702

Tints of Harlequin #34F702

RGB

 RED value IS 52 (20.7% from 255) = 17.28%

 GREEN value IS 247 (96.88% from 255) = 82.06%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 17.28%
G = 82.06%
B = 0.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#34F702 (or 0x34F702) is known color: Harlequin. HEX triplet: 34, F7 and 02. RGB value is (52,247,2). Sum of RGB (Red+Green+Blue) = 52+247+2=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 247 (96.88% from 255 or 82.06% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 247 - color contains mainly: green. Hex color #34F702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F702 is #CB08FD. Grayscale: #A1A1A1. Windows color (decimal): -13306110 or 194356. OLE color: 194356.

HSL color Cylindrical-coordinate representation of color #34F702: hue angle of 107.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34F702 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 247 2 -
CMYK 0.79 0 0.99 0.03
HSL 107.76º 0.98% 0.49% -
HSV(B) 107.76º 0.99% 0.97% -
XYZ 34.69 67.26 11.21 -
YUV 160.77 38.4 50.42 -
System Red Green Blue C M Y K H S L
Decimal 52 247 2 0.79 0 0.99 0.03 107.76 0.98 0.49
Hex 34 F7 2 4F 0 63 3 6C 62 31
Octal 64 367 2 117 0 143 3 154 142 61
Binary 110100 11110111 10 1001111 0 1100011 11 1101100 1100010 110001

Color Harmonies of #34F702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F702

Black with #34F702

Text Example


Text Example

White with #34F702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34F702; }

 p { color: rgb(52,247,2); }

 H1.HeaderClassName
 {
   color: #34F702;
 }
 .AnyTagClassName
 {
   color: #34F702;
 }
</style>

background-color css

<style>
 a { background-color: #34F702; }

 a { background-color: rgb(52,247,2); }

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

border-color css

<style>
 span { border-color: #34F702; }

 span { border-color: rgb(52,247,2); }

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