Html Css Color HEX #34CD2E Lime Green

📋 copy color: '#34CD2E'

red 52 ◦ green 205 ◦ blue 46

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

Shades of Lime Green #34CD2E

Tints of Lime Green #34CD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 17.16%
G = 67.66%
B = 15.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#34CD2E (or 0x34CD2E) is known color: Lime Green. HEX triplet: 34, CD and 2E. RGB value is (52,205,46). Sum of RGB (Red+Green+Blue) = 52+205+46=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 205 (80.47% from 255 or 67.66% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 205 - color contains mainly: green. Hex color #34CD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CD2E is #CB32D1. Grayscale: #8D8D8D. Windows color (decimal): -13316818 or 3067188. OLE color: 3067188.

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

Color convert

RGB 52 205 46 -
CMYK 0.75 0 0.78 0.20
HSL 117.74º 0.63% 0.49% -
HSV(B) 117.74º 0.78% 0.8% -
XYZ 23.74 44.59 9.94 -
YUV 141.13 74.31 64.43 -
System Red Green Blue C M Y K H S L
Decimal 52 205 46 0.75 0 0.78 0.20 117.74 0.63 0.49
Hex 34 CD 2E 4B 0 4E 14 76 3F 31
Octal 64 315 56 113 0 116 24 166 77 61
Binary 110100 11001101 101110 1001011 0 1001110 10100 1110110 111111 110001

Color Harmonies of #34CD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CD2E

Black with #34CD2E

Text Example


Text Example

White with #34CD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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