Html Css Color HEX #1ECD2B Lime Green

📋 copy color: '#1ECD2B'

red 30 ◦ green 205 ◦ blue 43

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

Shades of Lime Green #1ECD2B

Tints of Lime Green #1ECD2B

RGB

 RED value IS 30 (12.11% from 255) = 10.79%

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 10.79%
G = 73.74%
B = 15.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#1ECD2B (or 0x1ECD2B) is known color: Lime Green. HEX triplet: 1E, CD and 2B. RGB value is (30,205,43). Sum of RGB (Red+Green+Blue) = 30+205+43=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECD2B is #E132D4. Grayscale: #868686. Windows color (decimal): -14758613 or 2870558. OLE color: 2870558.

HSL color Cylindrical-coordinate representation of color #1ECD2B: hue angle of 124.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 #1ECD2B is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 205 43 -
CMYK 0.85 0 0.79 0.20
HSL 124.46º 0.74% 0.46% -
HSV(B) 124.46º 0.85% 0.8% -
XYZ 22.8 44.11 9.6 -
YUV 134.21 76.52 53.67 -
System Red Green Blue C M Y K H S L
Decimal 30 205 43 0.85 0 0.79 0.20 124.46 0.74 0.46
Hex 1E CD 2B 55 0 4F 14 7C 4A 2E
Octal 36 315 53 125 0 117 24 174 112 56
Binary 11110 11001101 101011 1010101 0 1001111 10100 1111100 1001010 101110

Color Harmonies of #1ECD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECD2B

Black with #1ECD2B

Text Example


Text Example

White with #1ECD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ECD2B; }

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

 H1.HeaderClassName
 {
   color: #1ECD2B;
 }
 .AnyTagClassName
 {
   color: #1ECD2B;
 }
</style>

background-color css

<style>
 a { background-color: #1ECD2B; }

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

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

border-color css

<style>
 span { border-color: #1ECD2B; }

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

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