Html Css Color HEX #34B41C Kelly Green

📋 copy color: '#34B41C'

red 52 ◦ green 180 ◦ blue 28

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

Shades of Kelly Green #34B41C

Tints of Kelly Green #34B41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 20%
G = 69.23%
B = 10.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#34B41C (or 0x34B41C) is known color: Kelly Green. HEX triplet: 34, B4 and 1C. RGB value is (52,180,28). Sum of RGB (Red+Green+Blue) = 52+180+28=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 180 (70.70% from 255 or 69.23% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 180 - color contains mainly: green. Hex color #34B41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B41C is #CB4BE3. Grayscale: #7C7C7C. Windows color (decimal): -13323236 or 1881140. OLE color: 1881140.

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

Color convert

RGB 52 180 28 -
CMYK 0.71 0 0.84 0.29
HSL 110.53º 0.73% 0.41% -
HSV(B) 110.53º 0.84% 0.71% -
XYZ 17.95 33.46 6.61 -
YUV 124.4 73.59 76.36 -
System Red Green Blue C M Y K H S L
Decimal 52 180 28 0.71 0 0.84 0.29 110.53 0.73 0.41
Hex 34 B4 1C 47 0 54 1D 6F 49 29
Octal 64 264 34 107 0 124 35 157 111 51
Binary 110100 10110100 11100 1000111 0 1010100 11101 1101111 1001001 101001

Color Harmonies of #34B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B41C

Black with #34B41C

Text Example


Text Example

White with #34B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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