Html Css Color HEX #34D652 Lime Green

📋 copy color: '#34D652'

red 52 ◦ green 214 ◦ blue 82

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

Shades of Lime Green #34D652

Tints of Lime Green #34D652

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.49%

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 14.94%
G = 61.49%
B = 23.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#34D652 (or 0x34D652) is known color: Lime Green. HEX triplet: 34, D6 and 52. RGB value is (52,214,82). Sum of RGB (Red+Green+Blue) = 52+214+82=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #34D652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D652 is #CB29AD. Grayscale: #969696. Windows color (decimal): -13314478 or 5428788. OLE color: 5428788.

HSL color Cylindrical-coordinate representation of color #34D652: hue angle of 131.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D652 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 214 82 -
CMYK 0.76 0 0.62 0.16
HSL 131.11º 0.66% 0.52% -
HSV(B) 131.11º 0.76% 0.84% -
XYZ 26.99 49.43 16.1 -
YUV 150.51 89.33 57.73 -
System Red Green Blue C M Y K H S L
Decimal 52 214 82 0.76 0 0.62 0.16 131.11 0.66 0.52
Hex 34 D6 52 4C 0 3E 10 83 42 34
Octal 64 326 122 114 0 76 20 203 102 64
Binary 110100 11010110 1010010 1001100 0 111110 10000 10000011 1000010 110100

Color Harmonies of #34D652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D652

Black with #34D652

Text Example


Text Example

White with #34D652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,214,82); }

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

background-color css

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

 a { background-color: rgb(52,214,82); }

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

border-color css

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

 span { border-color: rgb(52,214,82); }

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