Html Css Color HEX #34D300 Kelly Green

📋 copy color: '#34D300'

red 52 ◦ green 211 ◦ blue 0

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

Shades of Kelly Green #34D300

Tints of Kelly Green #34D300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 80.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.77%
G = 80.23%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#34D300 (or 0x34D300) is known color: Kelly Green. HEX triplet: 34, D3 and 00. RGB value is (52,211,0). Sum of RGB (Red+Green+Blue) = 52+211+0=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 211 (82.81% from 255 or 80.23% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 211 - color contains mainly: green. Hex color #34D300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D300 is #CB2CFF. Grayscale: #8C8C8C. Windows color (decimal): -13315328 or 54068. OLE color: 54068.

HSL color Cylindrical-coordinate representation of color #34D300: hue angle of 105.21º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34D300 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 211 0 -
CMYK 0.75 0 1 0.17
HSL 105.21º 1% 0.41% -
HSV(B) 105.21º 1% 0.83% -
XYZ 24.71 47.32 7.83 -
YUV 139.41 49.32 65.66 -
System Red Green Blue C M Y K H S L
Decimal 52 211 0 0.75 0 1 0.17 105.21 1 0.41
Hex 34 D3 0 4B 0 64 11 69 64 29
Octal 64 323 0 113 0 144 21 151 144 51
Binary 110100 11010011 0 1001011 0 1100100 10001 1101001 1100100 101001

Color Harmonies of #34D300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D300

Black with #34D300

Text Example


Text Example

White with #34D300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,211,0); }

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

background-color css

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

 a { background-color: rgb(52,211,0); }

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

border-color css

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

 span { border-color: rgb(52,211,0); }

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