Html Css Color HEX #34C335 Lime Green

📋 copy color: '#34C335'

red 52 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #34C335

Tints of Lime Green #34C335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 17.33%
G = 65%
B = 17.67%

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

#34C335 (or 0x34C335) is known color: Lime Green. HEX triplet: 34, C3 and 35. RGB value is (52,195,53). Sum of RGB (Red+Green+Blue) = 52+195+53=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #34C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C335 is #CB3CCA. Grayscale: #888888. Windows color (decimal): -13319371 or 3523380. OLE color: 3523380.

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

Color convert

RGB 52 195 53 -
CMYK 0.73 0 0.73 0.24
HSL 120.42º 0.58% 0.48% -
HSV(B) 120.42º 0.73% 0.76% -
XYZ 21.57 40.02 9.96 -
YUV 136.06 81.12 68.05 -
System Red Green Blue C M Y K H S L
Decimal 52 195 53 0.73 0 0.73 0.24 120.42 0.58 0.48
Hex 34 C3 35 49 0 49 18 78 3A 30
Octal 64 303 65 111 0 111 30 170 72 60
Binary 110100 11000011 110101 1001001 0 1001001 11000 1111000 111010 110000

Color Harmonies of #34C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C335

Black with #34C335

Text Example


Text Example

White with #34C335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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