Html Css Color HEX #34C336 Lime Green

📋 copy color: '#34C336'

red 52 ◦ green 195 ◦ blue 54

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

Shades of Lime Green #34C336

Tints of Lime Green #34C336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.78%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 17.28%
G = 64.78%
B = 17.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#34C336 (or 0x34C336) is known color: Lime Green. HEX triplet: 34, C3 and 36. RGB value is (52,195,54). Sum of RGB (Red+Green+Blue) = 52+195+54=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #34C336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C336 is #CB3CC9. Grayscale: #888888. Windows color (decimal): -13319370 or 3588916. OLE color: 3588916.

HSL color Cylindrical-coordinate representation of color #34C336: hue angle of 120.84º 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 #34C336 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 195 54 -
CMYK 0.73 0 0.72 0.24
HSL 120.84º 0.58% 0.48% -
HSV(B) 120.84º 0.73% 0.76% -
XYZ 21.6 40.03 10.08 -
YUV 136.17 81.62 67.96 -
System Red Green Blue C M Y K H S L
Decimal 52 195 54 0.73 0 0.72 0.24 120.84 0.58 0.48
Hex 34 C3 36 49 0 48 18 79 3A 30
Octal 64 303 66 111 0 110 30 171 72 60
Binary 110100 11000011 110110 1001001 0 1001000 11000 1111001 111010 110000

Color Harmonies of #34C336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C336

Black with #34C336

Text Example


Text Example

White with #34C336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,195,54); }

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

background-color css

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

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

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

border-color css

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

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

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