Html Css Color HEX #34D00B Kelly Green

📋 copy color: '#34D00B'

red 52 ◦ green 208 ◦ blue 11

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

Shades of Kelly Green #34D00B

Tints of Kelly Green #34D00B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 76.75%

 BLUE value IS 11 (4.69% from 255) = 4.06%

R = 19.19%
G = 76.75%
B = 4.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#34D00B (or 0x34D00B) is known color: Kelly Green. HEX triplet: 34, D0 and 0B. RGB value is (52,208,11). Sum of RGB (Red+Green+Blue) = 52+208+11=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 208 (81.64% from 255 or 76.75% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 208 - color contains mainly: green. Hex color #34D00B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D00B is #CB2FF4. Grayscale: #8B8B8B. Windows color (decimal): -13316085 or 774196. OLE color: 774196.

HSL color Cylindrical-coordinate representation of color #34D00B: hue angle of 107.51º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34D00B is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 208 11 -
CMYK 0.75 0 0.95 0.18
HSL 107.51º 0.9% 0.43% -
HSV(B) 107.51º 0.95% 0.82% -
XYZ 24.03 45.87 7.9 -
YUV 138.9 55.82 66.02 -
System Red Green Blue C M Y K H S L
Decimal 52 208 11 0.75 0 0.95 0.18 107.51 0.9 0.43
Hex 34 D0 B 4B 0 5F 12 6C 5A 2B
Octal 64 320 13 113 0 137 22 154 132 53
Binary 110100 11010000 1011 1001011 0 1011111 10010 1101100 1011010 101011

Color Harmonies of #34D00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D00B

Black with #34D00B

Text Example


Text Example

White with #34D00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,208,11); }

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

background-color css

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

 a { background-color: rgb(52,208,11); }

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

border-color css

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

 span { border-color: rgb(52,208,11); }

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