Html Css Color HEX #34B23B Lime Green

📋 copy color: '#34B23B'

red 52 ◦ green 178 ◦ blue 59

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

Shades of Lime Green #34B23B

Tints of Lime Green #34B23B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.59%

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

R = 17.99%
G = 61.59%
B = 20.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#34B23B (or 0x34B23B) is known color: Lime Green. HEX triplet: 34, B2 and 3B. RGB value is (52,178,59). Sum of RGB (Red+Green+Blue) = 52+178+59=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #34B23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B23B is #CB4DC4. Grayscale: #7F7F7F. Windows color (decimal): -13323717 or 3912244. OLE color: 3912244.

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

Color convert

RGB 52 178 59 -
CMYK 0.71 0 0.67 0.30
HSL 123.33º 0.55% 0.45% -
HSV(B) 123.33º 0.71% 0.7% -
XYZ 18.13 32.89 9.53 -
YUV 126.76 89.76 74.68 -
System Red Green Blue C M Y K H S L
Decimal 52 178 59 0.71 0 0.67 0.30 123.33 0.55 0.45
Hex 34 B2 3B 47 0 43 1E 7B 37 2D
Octal 64 262 73 107 0 103 36 173 67 55
Binary 110100 10110010 111011 1000111 0 1000011 11110 1111011 110111 101101

Color Harmonies of #34B23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B23B

Black with #34B23B

Text Example


Text Example

White with #34B23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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