Html Css Color HEX #34B701 Kelly Green

📋 copy color: '#34B701'

red 52 ◦ green 183 ◦ blue 1

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

Shades of Kelly Green #34B701

Tints of Kelly Green #34B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 77.54%

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

R = 22.03%
G = 77.54%
B = 0.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#34B701 (or 0x34B701) is known color: Kelly Green. HEX triplet: 34, B7 and 01. RGB value is (52,183,1). Sum of RGB (Red+Green+Blue) = 52+183+1=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 183 (71.88% from 255 or 77.54% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 183 - color contains mainly: green. Hex color #34B701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B701 is #CB48FE. Grayscale: #7B7B7B. Windows color (decimal): -13322495 or 112436. OLE color: 112436.

HSL color Cylindrical-coordinate representation of color #34B701: hue angle of 103.19º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34B701 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 183 1 -
CMYK 0.72 0 0.99 0.28
HSL 103.19º 0.99% 0.36% -
HSV(B) 103.19º 0.99% 0.72% -
XYZ 18.36 34.6 5.74 -
YUV 123.08 59.1 77.3 -
System Red Green Blue C M Y K H S L
Decimal 52 183 1 0.72 0 0.99 0.28 103.19 0.99 0.36
Hex 34 B7 1 48 0 63 1C 67 63 24
Octal 64 267 1 110 0 143 34 147 143 44
Binary 110100 10110111 1 1001000 0 1100011 11100 1100111 1100011 100100

Color Harmonies of #34B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B701

Black with #34B701

Text Example


Text Example

White with #34B701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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