Html Css Color HEX #34B83B Lime Green

📋 copy color: '#34B83B'

red 52 ◦ green 184 ◦ blue 59

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

Shades of Lime Green #34B83B

Tints of Lime Green #34B83B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 62.37%

 BLUE value IS 59 (23.44% from 255) = 20%

R = 17.63%
G = 62.37%
B = 20%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#34B83B (or 0x34B83B) is known color: Lime Green. HEX triplet: 34, B8 and 3B. RGB value is (52,184,59). Sum of RGB (Red+Green+Blue) = 52+184+59=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 184 (72.27% from 255 or 62.37% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 184 - color contains mainly: green. Hex color #34B83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B83B is #CB47C4. Grayscale: #828282. Windows color (decimal): -13322181 or 3913780. OLE color: 3913780.

HSL color Cylindrical-coordinate representation of color #34B83B: hue angle of 123.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B83B is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 184 59 -
CMYK 0.72 0 0.68 0.28
HSL 123.18º 0.56% 0.46% -
HSV(B) 123.18º 0.72% 0.72% -
XYZ 19.35 35.33 9.94 -
YUV 130.28 87.77 72.16 -
System Red Green Blue C M Y K H S L
Decimal 52 184 59 0.72 0 0.68 0.28 123.18 0.56 0.46
Hex 34 B8 3B 48 0 44 1C 7B 38 2E
Octal 64 270 73 110 0 104 34 173 70 56
Binary 110100 10111000 111011 1001000 0 1000100 11100 1111011 111000 101110

Color Harmonies of #34B83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B83B

Black with #34B83B

Text Example


Text Example

White with #34B83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,184,59); }

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

background-color css

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

 a { background-color: rgb(52,184,59); }

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

border-color css

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

 span { border-color: rgb(52,184,59); }

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