Html Css Color HEX #34B23D Lime Green

📋 copy color: '#34B23D'

red 52 ◦ green 178 ◦ blue 61

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

Shades of Lime Green #34B23D

Tints of Lime Green #34B23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 17.87%
G = 61.17%
B = 20.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#34B23D (or 0x34B23D) is known color: Lime Green. HEX triplet: 34, B2 and 3D. RGB value is (52,178,61). Sum of RGB (Red+Green+Blue) = 52+178+61=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #34B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B23D is #CB4DC2. Grayscale: #7F7F7F. Windows color (decimal): -13323715 or 4043316. OLE color: 4043316.

HSL color Cylindrical-coordinate representation of color #34B23D: hue angle of 124.29º 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 #34B23D is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 178 61 -
CMYK 0.71 0 0.66 0.30
HSL 124.29º 0.55% 0.45% -
HSV(B) 124.29º 0.71% 0.7% -
XYZ 18.18 32.91 9.81 -
YUV 126.99 90.76 74.51 -
System Red Green Blue C M Y K H S L
Decimal 52 178 61 0.71 0 0.66 0.30 124.29 0.55 0.45
Hex 34 B2 3D 47 0 42 1E 7C 37 2D
Octal 64 262 75 107 0 102 36 174 67 55
Binary 110100 10110010 111101 1000111 0 1000010 11110 1111100 110111 101101

Color Harmonies of #34B23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B23D

Black with #34B23D

Text Example


Text Example

White with #34B23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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