Html Css Color HEX #34D045 Lime Green

📋 copy color: '#34D045'

red 52 ◦ green 208 ◦ blue 69

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

Shades of Lime Green #34D045

Tints of Lime Green #34D045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 15.81%
G = 63.22%
B = 20.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#34D045 (or 0x34D045) is known color: Lime Green. HEX triplet: 34, D0 and 45. RGB value is (52,208,69). Sum of RGB (Red+Green+Blue) = 52+208+69=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #34D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D045 is #CB2FBA. Grayscale: #919191. Windows color (decimal): -13316027 or 4575284. OLE color: 4575284.

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

Color convert

RGB 52 208 69 -
CMYK 0.75 0 0.67 0.18
HSL 126.54º 0.62% 0.51% -
HSV(B) 126.54º 0.75% 0.82% -
XYZ 25.05 46.27 13.24 -
YUV 145.51 84.82 61.3 -
System Red Green Blue C M Y K H S L
Decimal 52 208 69 0.75 0 0.67 0.18 126.54 0.62 0.51
Hex 34 D0 45 4B 0 43 12 7F 3E 33
Octal 64 320 105 113 0 103 22 177 76 63
Binary 110100 11010000 1000101 1001011 0 1000011 10010 1111111 111110 110011

Color Harmonies of #34D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D045

Black with #34D045

Text Example


Text Example

White with #34D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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