Html Css Color HEX #34C015 Kelly Green

📋 copy color: '#34C015'

red 52 ◦ green 192 ◦ blue 21

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

Shades of Kelly Green #34C015

Tints of Kelly Green #34C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.45%

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

R = 19.62%
G = 72.45%
B = 7.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#34C015 (or 0x34C015) is known color: Kelly Green. HEX triplet: 34, C0 and 15. RGB value is (52,192,21). Sum of RGB (Red+Green+Blue) = 52+192+21=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #34C015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C015 is #CB3FEA. Grayscale: #838383. Windows color (decimal): -13320171 or 1425460. OLE color: 1425460.

HSL color Cylindrical-coordinate representation of color #34C015: hue angle of 109.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34C015 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 192 21 -
CMYK 0.73 0 0.89 0.25
HSL 109.12º 0.8% 0.42% -
HSV(B) 109.12º 0.89% 0.75% -
XYZ 20.4 38.48 7.06 -
YUV 130.65 66.12 71.9 -
System Red Green Blue C M Y K H S L
Decimal 52 192 21 0.73 0 0.89 0.25 109.12 0.8 0.42
Hex 34 C0 15 49 0 59 19 6D 50 2A
Octal 64 300 25 111 0 131 31 155 120 52
Binary 110100 11000000 10101 1001001 0 1011001 11001 1101101 1010000 101010

Color Harmonies of #34C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C015

Black with #34C015

Text Example


Text Example

White with #34C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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