Html Css Color HEX #1ECF0B Lime Green

📋 copy color: '#1ECF0B'

red 30 ◦ green 207 ◦ blue 11

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

Shades of Lime Green #1ECF0B

Tints of Lime Green #1ECF0B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 83.47%

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 12.1%
G = 83.47%
B = 4.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#1ECF0B (or 0x1ECF0B) is known color: Lime Green. HEX triplet: 1E, CF and 0B. RGB value is (30,207,11). Sum of RGB (Red+Green+Blue) = 30+207+11=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 207 (81.25% from 255 or 83.47% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECF0B is #E130F4. Grayscale: #848484. Windows color (decimal): -14758133 or 773918. OLE color: 773918.

HSL color Cylindrical-coordinate representation of color #1ECF0B: hue angle of 114.18º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1ECF0B is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 207 11 -
CMYK 0.86 0 0.95 0.19
HSL 114.18º 0.9% 0.43% -
HSV(B) 114.18º 0.95% 0.81% -
XYZ 22.91 44.93 7.78 -
YUV 131.73 59.86 55.44 -
System Red Green Blue C M Y K H S L
Decimal 30 207 11 0.86 0 0.95 0.19 114.18 0.9 0.43
Hex 1E CF B 56 0 5F 13 72 5A 2B
Octal 36 317 13 126 0 137 23 162 132 53
Binary 11110 11001111 1011 1010110 0 1011111 10011 1110010 1011010 101011

Color Harmonies of #1ECF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECF0B

Black with #1ECF0B

Text Example


Text Example

White with #1ECF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,207,11); }

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

background-color css

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

 a { background-color: rgb(30,207,11); }

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

border-color css

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

 span { border-color: rgb(30,207,11); }

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