Html Css Color HEX #34CC40 Lime Green

📋 copy color: '#34CC40'

red 52 ◦ green 204 ◦ blue 64

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

Shades of Lime Green #34CC40

Tints of Lime Green #34CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.75%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 16.25%
G = 63.75%
B = 20%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#34CC40 (or 0x34CC40) is known color: Lime Green. HEX triplet: 34, CC and 40. RGB value is (52,204,64). Sum of RGB (Red+Green+Blue) = 52+204+64=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC40 is #CB33BF. Grayscale: #8F8F8F. Windows color (decimal): -13317056 or 4246580. OLE color: 4246580.

HSL color Cylindrical-coordinate representation of color #34CC40: hue angle of 124.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC40 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 64 -
CMYK 0.75 0 0.69 0.2
HSL 124.74º 0.6% 0.5% -
HSV(B) 124.74º 0.75% 0.8% -
XYZ 23.93 44.29 12.14 -
YUV 142.59 83.64 63.38 -
System Red Green Blue C M Y K H S L
Decimal 52 204 64 0.75 0 0.69 0.2 124.74 0.6 0.5
Hex 34 CC 40 4B 0 45 14 7D 3C 32
Octal 64 314 100 113 0 105 24 175 74 62
Binary 110100 11001100 1000000 1001011 0 1000101 10100 1111101 111100 110010

Color Harmonies of #34CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC40

Black with #34CC40

Text Example


Text Example

White with #34CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,204,64); }

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

background-color css

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

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

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

border-color css

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

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

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