Html Css Color HEX #34BC23 Lime Green

📋 copy color: '#34BC23'

red 52 ◦ green 188 ◦ blue 35

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

Shades of Lime Green #34BC23

Tints of Lime Green #34BC23

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.36%

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 18.91%
G = 68.36%
B = 12.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#34BC23 (or 0x34BC23) is known color: Lime Green. HEX triplet: 34, BC and 23. RGB value is (52,188,35). Sum of RGB (Red+Green+Blue) = 52+188+35=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC23 is #CB43DC. Grayscale: #828282. Windows color (decimal): -13321181 or 2341940. OLE color: 2341940.

HSL color Cylindrical-coordinate representation of color #34BC23: hue angle of 113.33º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34BC23 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 35 -
CMYK 0.72 0 0.81 0.26
HSL 113.33º 0.69% 0.44% -
HSV(B) 113.33º 0.81% 0.74% -
XYZ 19.7 36.82 7.66 -
YUV 129.89 74.44 72.44 -
System Red Green Blue C M Y K H S L
Decimal 52 188 35 0.72 0 0.81 0.26 113.33 0.69 0.44
Hex 34 BC 23 48 0 51 1A 71 45 2C
Octal 64 274 43 110 0 121 32 161 105 54
Binary 110100 10111100 100011 1001000 0 1010001 11010 1110001 1000101 101100

Color Harmonies of #34BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC23

Black with #34BC23

Text Example


Text Example

White with #34BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,188,35); }

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

background-color css

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

 a { background-color: rgb(52,188,35); }

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

border-color css

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

 span { border-color: rgb(52,188,35); }

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