Html Css Color HEX #34B441 Lime Green

📋 copy color: '#34B441'

red 52 ◦ green 180 ◦ blue 65

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

Shades of Lime Green #34B441

Tints of Lime Green #34B441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.61%

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 17.51%
G = 60.61%
B = 21.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#34B441 (or 0x34B441) is known color: Lime Green. HEX triplet: 34, B4 and 41. RGB value is (52,180,65). Sum of RGB (Red+Green+Blue) = 52+180+65=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #34B441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B441 is #CB4BBE. Grayscale: #808080. Windows color (decimal): -13323199 or 4305972. OLE color: 4305972.

HSL color Cylindrical-coordinate representation of color #34B441: hue angle of 126.09º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B441 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 180 65 -
CMYK 0.71 0 0.64 0.29
HSL 126.09º 0.55% 0.45% -
HSV(B) 126.09º 0.71% 0.71% -
XYZ 18.69 33.75 10.53 -
YUV 128.62 92.09 73.35 -
System Red Green Blue C M Y K H S L
Decimal 52 180 65 0.71 0 0.64 0.29 126.09 0.55 0.45
Hex 34 B4 41 47 0 40 1D 7E 37 2D
Octal 64 264 101 107 0 100 35 176 67 55
Binary 110100 10110100 1000001 1000111 0 1000000 11101 1111110 110111 101101

Color Harmonies of #34B441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B441

Black with #34B441

Text Example


Text Example

White with #34B441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,180,65); }

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

background-color css

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

 a { background-color: rgb(52,180,65); }

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

border-color css

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

 span { border-color: rgb(52,180,65); }

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