Html Css Color HEX #34EA15 Harlequin

📋 copy color: '#34EA15'

red 52 ◦ green 234 ◦ blue 21

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

Shades of Harlequin #34EA15

Tints of Harlequin #34EA15

RGB

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

 GREEN value IS 234 (91.8% from 255) = 76.22%

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 16.94%
G = 76.22%
B = 6.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#34EA15 (or 0x34EA15) is known color: Harlequin. HEX triplet: 34, EA and 15. RGB value is (52,234,21). Sum of RGB (Red+Green+Blue) = 52+234+21=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34EA15 is #CB15EA. Grayscale: #9B9B9B. Windows color (decimal): -13309419 or 1436212. OLE color: 1436212.

HSL color Cylindrical-coordinate representation of color #34EA15: hue angle of 111.27º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34EA15 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 234 21 -
CMYK 0.78 0 0.91 0.08
HSL 111.27º 0.84% 0.5% -
HSV(B) 111.27º 0.91% 0.92% -
XYZ 30.97 59.63 10.59 -
YUV 155.3 52.2 54.32 -
System Red Green Blue C M Y K H S L
Decimal 52 234 21 0.78 0 0.91 0.08 111.27 0.84 0.5
Hex 34 EA 15 4E 0 5B 8 6F 54 32
Octal 64 352 25 116 0 133 10 157 124 62
Binary 110100 11101010 10101 1001110 0 1011011 1000 1101111 1010100 110010

Color Harmonies of #34EA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EA15

Black with #34EA15

Text Example


Text Example

White with #34EA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,234,21); }

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

background-color css

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

 a { background-color: rgb(52,234,21); }

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

border-color css

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

 span { border-color: rgb(52,234,21); }

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