Html Css Color HEX #34CD1E Lime Green

📋 copy color: '#34CD1E'

red 52 ◦ green 205 ◦ blue 30

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

Shades of Lime Green #34CD1E

Tints of Lime Green #34CD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 18.12%
G = 71.43%
B = 10.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#34CD1E (or 0x34CD1E) is known color: Lime Green. HEX triplet: 34, CD and 1E. RGB value is (52,205,30). Sum of RGB (Red+Green+Blue) = 52+205+30=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #34CD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CD1E is #CB32E1. Grayscale: #8B8B8B. Windows color (decimal): -13316834 or 2018612. OLE color: 2018612.

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

Color convert

RGB 52 205 30 -
CMYK 0.75 0 0.85 0.20
HSL 112.46º 0.74% 0.46% -
HSV(B) 112.46º 0.85% 0.8% -
XYZ 23.48 44.49 8.58 -
YUV 139.3 66.31 65.73 -
System Red Green Blue C M Y K H S L
Decimal 52 205 30 0.75 0 0.85 0.20 112.46 0.74 0.46
Hex 34 CD 1E 4B 0 55 14 70 4A 2E
Octal 64 315 36 113 0 125 24 160 112 56
Binary 110100 11001101 11110 1001011 0 1010101 10100 1110000 1001010 101110

Color Harmonies of #34CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CD1E

Black with #34CD1E

Text Example


Text Example

White with #34CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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