Html Css Color HEX #34CD2C Lime Green

📋 copy color: '#34CD2C'

red 52 ◦ green 205 ◦ blue 44

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

Shades of Lime Green #34CD2C

Tints of Lime Green #34CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 68.11%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 17.28%
G = 68.11%
B = 14.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#34CD2C (or 0x34CD2C) is known color: Lime Green. HEX triplet: 34, CD and 2C. RGB value is (52,205,44). Sum of RGB (Red+Green+Blue) = 52+205+44=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 205 (80.47% from 255 or 68.11% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 205 - color contains mainly: green. Hex color #34CD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CD2C is #CB32D3. Grayscale: #8D8D8D. Windows color (decimal): -13316820 or 2936116. OLE color: 2936116.

HSL color Cylindrical-coordinate representation of color #34CD2C: hue angle of 117.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CD2C is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 205 44 -
CMYK 0.75 0 0.79 0.20
HSL 117.02º 0.65% 0.49% -
HSV(B) 117.02º 0.79% 0.8% -
XYZ 23.7 44.57 9.74 -
YUV 140.9 73.31 64.59 -
System Red Green Blue C M Y K H S L
Decimal 52 205 44 0.75 0 0.79 0.20 117.02 0.65 0.49
Hex 34 CD 2C 4B 0 4F 14 75 41 31
Octal 64 315 54 113 0 117 24 165 101 61
Binary 110100 11001101 101100 1001011 0 1001111 10100 1110101 1000001 110001

Color Harmonies of #34CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CD2C

Black with #34CD2C

Text Example


Text Example

White with #34CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,205,44); }

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

background-color css

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

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

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

border-color css

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

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

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