Html Css Color HEX #34B401 Kelly Green

📋 copy color: '#34B401'

red 52 ◦ green 180 ◦ blue 1

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

Shades of Kelly Green #34B401

Tints of Kelly Green #34B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.25%

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

R = 22.32%
G = 77.25%
B = 0.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#34B401 (or 0x34B401) is known color: Kelly Green. HEX triplet: 34, B4 and 01. RGB value is (52,180,1). Sum of RGB (Red+Green+Blue) = 52+180+1=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #34B401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B401 is #CB4BFE. Grayscale: #797979. Windows color (decimal): -13323263 or 111668. OLE color: 111668.

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

Color convert

RGB 52 180 1 -
CMYK 0.71 0 0.99 0.29
HSL 102.91º 0.99% 0.35% -
HSV(B) 102.91º 0.99% 0.71% -
XYZ 17.74 33.37 5.54 -
YUV 121.32 60.09 78.55 -
System Red Green Blue C M Y K H S L
Decimal 52 180 1 0.71 0 0.99 0.29 102.91 0.99 0.35
Hex 34 B4 1 47 0 63 1D 67 63 23
Octal 64 264 1 107 0 143 35 147 143 43
Binary 110100 10110100 1 1000111 0 1100011 11101 1100111 1100011 100011

Color Harmonies of #34B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B401

Black with #34B401

Text Example


Text Example

White with #34B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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