Html Css Color HEX #34FA1E Harlequin

📋 copy color: '#34FA1E'

red 52 ◦ green 250 ◦ blue 30

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

Shades of Harlequin #34FA1E

Tints of Harlequin #34FA1E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.3%

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 15.66%
G = 75.3%
B = 9.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#34FA1E (or 0x34FA1E) is known color: Harlequin. HEX triplet: 34, FA and 1E. RGB value is (52,250,30). Sum of RGB (Red+Green+Blue) = 52+250+30=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 250 (98.05% from 255 or 75.30% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FA1E is #CB05E1. Grayscale: #A6A6A6. Windows color (decimal): -13305314 or 2030132. OLE color: 2030132.

HSL color Cylindrical-coordinate representation of color #34FA1E: hue angle of 114º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34FA1E is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 250 30 -
CMYK 0.79 0 0.88 0.02
HSL 114º 0.96% 0.55% -
HSV(B) 114º 0.88% 0.98% -
XYZ 35.84 69.2 12.7 -
YUV 165.72 51.4 46.89 -
System Red Green Blue C M Y K H S L
Decimal 52 250 30 0.79 0 0.88 0.02 114 0.96 0.55
Hex 34 FA 1E 4F 0 58 2 72 60 37
Octal 64 372 36 117 0 130 2 162 140 67
Binary 110100 11111010 11110 1001111 0 1011000 10 1110010 1100000 110111

Color Harmonies of #34FA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FA1E

Black with #34FA1E

Text Example


Text Example

White with #34FA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,250,30); }

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

background-color css

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

 a { background-color: rgb(52,250,30); }

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

border-color css

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

 span { border-color: rgb(52,250,30); }

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