Html Css Color HEX #34C234 Lime Green

📋 copy color: '#34C234'

red 52 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #34C234

Tints of Lime Green #34C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.1%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 17.45%
G = 65.1%
B = 17.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#34C234 (or 0x34C234) is known color: Lime Green. HEX triplet: 34, C2 and 34. RGB value is (52,194,52). Sum of RGB (Red+Green+Blue) = 52+194+52=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #34C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C234 is #CB3DCB. Grayscale: #878787. Windows color (decimal): -13319628 or 3457588. OLE color: 3457588.

HSL color Cylindrical-coordinate representation of color #34C234: hue angle of 120º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C234 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 194 52 -
CMYK 0.73 0 0.73 0.24
HSL 120º 0.58% 0.48% -
HSV(B) 120º 0.73% 0.76% -
XYZ 21.33 39.56 9.76 -
YUV 135.35 80.96 68.55 -
System Red Green Blue C M Y K H S L
Decimal 52 194 52 0.73 0 0.73 0.24 120 0.58 0.48
Hex 34 C2 34 49 0 49 18 78 3A 30
Octal 64 302 64 111 0 111 30 170 72 60
Binary 110100 11000010 110100 1001001 0 1001001 11000 1111000 111010 110000

Color Harmonies of #34C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C234

Black with #34C234

Text Example


Text Example

White with #34C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,194,52); }

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

background-color css

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

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

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

border-color css

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

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

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