Html Css Color HEX #34CC14 Kelly Green

📋 copy color: '#34CC14'

red 52 ◦ green 204 ◦ blue 20

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

Shades of Kelly Green #34CC14

Tints of Kelly Green #34CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 73.91%

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 18.84%
G = 73.91%
B = 7.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#34CC14 (or 0x34CC14) is known color: Kelly Green. HEX triplet: 34, CC and 14. RGB value is (52,204,20). Sum of RGB (Red+Green+Blue) = 52+204+20=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CC14 is #CB33EB. Grayscale: #8A8A8A. Windows color (decimal): -13317100 or 1362996. OLE color: 1362996.

HSL color Cylindrical-coordinate representation of color #34CC14: hue angle of 109.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34CC14 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 20 -
CMYK 0.75 0 0.90 0.2
HSL 109.57º 0.82% 0.44% -
HSV(B) 109.57º 0.9% 0.8% -
XYZ 23.14 43.97 7.93 -
YUV 137.58 61.64 66.96 -
System Red Green Blue C M Y K H S L
Decimal 52 204 20 0.75 0 0.90 0.2 109.57 0.82 0.44
Hex 34 CC 14 4B 0 5A 14 6E 52 2C
Octal 64 314 24 113 0 132 24 156 122 54
Binary 110100 11001100 10100 1001011 0 1011010 10100 1101110 1010010 101100

Color Harmonies of #34CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC14

Black with #34CC14

Text Example


Text Example

White with #34CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,204,20); }

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

background-color css

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

 a { background-color: rgb(52,204,20); }

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

border-color css

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

 span { border-color: rgb(52,204,20); }

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