Html Css Color HEX #34E748 Lime Green

📋 copy color: '#34E748'

red 52 ◦ green 231 ◦ blue 72

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

Shades of Lime Green #34E748

Tints of Lime Green #34E748

RGB

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

 GREEN value IS 231 (90.63% from 255) = 65.07%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 14.65%
G = 65.07%
B = 20.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#34E748 (or 0x34E748) is known color: Lime Green. HEX triplet: 34, E7 and 48. RGB value is (52,231,72). Sum of RGB (Red+Green+Blue) = 52+231+72=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 231 (90.62% from 255 or 65.07% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 231 - color contains mainly: green. Hex color #34E748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E748 is #CB18B7. Grayscale: #9F9F9F. Windows color (decimal): -13310136 or 4777780. OLE color: 4777780.

HSL color Cylindrical-coordinate representation of color #34E748: hue angle of 126.7º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E748 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 231 72 -
CMYK 0.77 0 0.69 0.09
HSL 126.7º 0.79% 0.55% -
HSV(B) 126.7º 0.77% 0.91% -
XYZ 31.16 58.35 15.75 -
YUV 159.35 78.7 51.43 -
System Red Green Blue C M Y K H S L
Decimal 52 231 72 0.77 0 0.69 0.09 126.7 0.79 0.55
Hex 34 E7 48 4D 0 45 9 7F 4F 37
Octal 64 347 110 115 0 105 11 177 117 67
Binary 110100 11100111 1001000 1001101 0 1000101 1001 1111111 1001111 110111

Color Harmonies of #34E748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E748

Black with #34E748

Text Example


Text Example

White with #34E748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,231,72); }

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

background-color css

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

 a { background-color: rgb(52,231,72); }

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

border-color css

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

 span { border-color: rgb(52,231,72); }

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