Html Css Color HEX #34C000 Kelly Green

📋 copy color: '#34C000'

red 52 ◦ green 192 ◦ blue 0

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

Shades of Kelly Green #34C000

Tints of Kelly Green #34C000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.31%
G = 78.69%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#34C000 (or 0x34C000) is known color: Kelly Green. HEX triplet: 34, C0 and 00. RGB value is (52,192,0). Sum of RGB (Red+Green+Blue) = 52+192+0=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #34C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C000 is #CB3FFF. Grayscale: #808080. Windows color (decimal): -13320192 or 49204. OLE color: 49204.

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

Color convert

RGB 52 192 0 -
CMYK 0.73 0 1 0.25
HSL 103.75º 1% 0.38% -
HSV(B) 103.75º 1% 0.75% -
XYZ 20.27 38.43 6.35 -
YUV 128.25 55.62 73.61 -
System Red Green Blue C M Y K H S L
Decimal 52 192 0 0.73 0 1 0.25 103.75 1 0.38
Hex 34 C0 0 49 0 64 19 68 64 26
Octal 64 300 0 111 0 144 31 150 144 46
Binary 110100 11000000 0 1001001 0 1100100 11001 1101000 1100100 100110

Color Harmonies of #34C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C000

Black with #34C000

Text Example


Text Example

White with #34C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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