Html Css Color HEX #34C701 Kelly Green

📋 copy color: '#34C701'

red 52 ◦ green 199 ◦ blue 1

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

Shades of Kelly Green #34C701

Tints of Kelly Green #34C701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 78.97%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 20.63%
G = 78.97%
B = 0.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#34C701 (or 0x34C701) is known color: Kelly Green. HEX triplet: 34, C7 and 01. RGB value is (52,199,1). Sum of RGB (Red+Green+Blue) = 52+199+1=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 199 (78.12% from 255 or 78.97% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 199 - color contains mainly: green. Hex color #34C701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C701 is #CB38FE. Grayscale: #858585. Windows color (decimal): -13318399 or 116532. OLE color: 116532.

HSL color Cylindrical-coordinate representation of color #34C701: hue angle of 104.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34C701 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 199 1 -
CMYK 0.74 0 0.99 0.22
HSL 104.55º 0.99% 0.39% -
HSV(B) 104.55º 0.99% 0.78% -
XYZ 21.85 41.58 6.9 -
YUV 132.48 53.8 70.6 -
System Red Green Blue C M Y K H S L
Decimal 52 199 1 0.74 0 0.99 0.22 104.55 0.99 0.39
Hex 34 C7 1 4A 0 63 16 69 63 27
Octal 64 307 1 112 0 143 26 151 143 47
Binary 110100 11000111 1 1001010 0 1100011 10110 1101001 1100011 100111

Color Harmonies of #34C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C701

Black with #34C701

Text Example


Text Example

White with #34C701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,199,1); }

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

background-color css

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

 a { background-color: rgb(52,199,1); }

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

border-color css

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

 span { border-color: rgb(52,199,1); }

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